Seafile下载文件提示size too large怎么修复

故障现象
使用seafile搭建的网盘批量下载提示

size too large

企业微信截图_1767867550739
故障原因
文件下载大小受限
修复方法
修改seafile配置文件
添加参数

# cat /opt/seafile-data/seafile/conf/seafile.conf 
[fileserver]
port = 8082
# 最大下载文件大小
# 50000默认参数是M即50G
max_download_dir_size = 50000

[database]
type = mysql
host = db
port = 3306
user = seafile
password = 
db_name = seafile_db
connection_charset = utf8

[notification]
enabled = false
host = 127.0.0.1
port = 8083
log_level = info
jwt_private_key = s

重新打包下载即可

posted @ 2026-01-09 14:05  minseo  阅读(9)  评论(0)    收藏  举报