I did a search found a link tried it but I still get the error
https://forum.seafile.com/t/the-total-size-of-the-files-exceeded-the-limit/21835
and
https://forum.seafile.com/t/file-transfer-errors/22582
OK I found it the file for Seafile CE 12 Docker install is in /opt/seafile-data/seafile/conf/seafile.conf
Using =0 did NOT make it unlimited
Hi Jonathan,
How stupid am i…; I made a new section and pasted the max=
I totally ignored the fact this had to be pasted under the existing section [fileserver]
Now it works like a cham! Thxxxxx!
I finally found it
Seafile 12 CE followed the only instructions i could find for docker install
the file is in /opt/seafile-data/seafile/conf/ and it’s called seafile.conf
max_download_dir_size=0 DID NOT WORK FOR UNLIMITED but setting a number there did
Once you add these
max_download_dir_size=10000\
max_upload_size=10000
restart the docler with
docker compose down
docker compose up -d
Can these setting be put into the Admin settings page ?
Can I vote for all major settings like this should be on the admin panel