From 21412d716dc24ebbf3ff8c6b8b1a0462c4316aa9 Mon Sep 17 00:00:00 2001 From: Didier Date: Sat, 4 Mar 2023 17:37:09 +0100 Subject: [PATCH] increase cryptpad upload size --- custom/cryptpad/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/',