SEAFILE默认最大一次性上传1000个文件,怎么更改这个数值。
实际操作中,一个设计文档经常超出1000个文件,批量点击实在太麻烦了。 怎么修改默认的最大上传1000个文件。 谢谢。
# 用户上传文件/文件夹时的最大文件数
# Since version 6.0.4
MAX_NUMBER_OF_FILES_FOR_FILEUPLOAD = 500
seahub配置文件
网页端遇到限制 1000 的问题,未找到配置文件位置。
通过搜索,找到这个帖子 Critical Bug at File Upload via Browser - pro server 6.1.8 - need support - #5 by arjones85 - Seafile Server - Seafile Community Forum
The web browser interface is not designed to handle extreme numbers of files, it’s for one-off uploads and downloads. If you need to do serious syncing, use the local client Windows/Linux/Mac client.
所以改用“桌面同步客户端”,可以上传不限制数量的文件目录。
曲线回避了这个问题。
希望对大家有帮助。
后来怎么解决的,有详细的配置方法吗? seahub配置文件中如何添加呢。