increase cryptpad upload size
This commit is contained in:
parent
1b1129165a
commit
21412d716d
1 changed files with 1 additions and 2 deletions
|
@ -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/',
|
||||
|
|
Reference in a new issue