diff --git a/custom/cryptpad/config.js b/custom/cryptpad/config.js index 6651df5..83c439a 100644 --- a/custom/cryptpad/config.js +++ b/custom/cryptpad/config.js @@ -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/',