50 MB file upload limit

This commit is contained in:
schnulller
2022-06-02 03:21:58 +02:00
parent d81eb942e7
commit 2762a5e310

View File

@@ -12,5 +12,5 @@
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"StoredFilesPath": "/home/simon/Downloads/", "StoredFilesPath": "/home/simon/Downloads/",
"FileSizeLimit": 209799152 "FileSizeLimit": 52428800
} }