increase cryptpad upload size

This commit is contained in:
Didier Slof 2023-03-04 17:37:09 +01:00
parent 1b1129165a
commit 21412d716d
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -17,8 +17,7 @@ module.exports = {
accountRetentionTime: 365, // delete content of user after n days of inactivity
// upload sizes
maxUploadSize: 20 * 1024 * 1024, // 20MB upload limit
premiumUploadSize: 100 * 1024 * 1024, // 100MB upload limit (premium)
maxUploadSize: 1 * 1024 * 1024 * 1024, // 1GB upload limit
// paths
filePath: './datastore/',