Seafile: updated max download size

This commit is contained in:
Jurn Wubben 2025-05-24 16:00:56 +02:00
parent e8994403b4
commit c1bbdfbc2b

View file

@ -30,6 +30,7 @@
fileserver = {
host = "unix:/run/seafile/server.sock";
web_token_expire_time = 14400; # 4 hours
max_download_dir_size = 100000; # 100gb max download size.
};
};
};