1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

feat: increase preview maximum file size

This commit is contained in:
Torsten Dittmann 2022-03-07 16:59:31 +01:00
parent 692e72a8bd
commit 9434f126b9

View file

@ -69,7 +69,7 @@ const APP_LIMIT_USERS = 10000;
const APP_LIMIT_ANTIVIRUS = 20000000; //20MB
const APP_LIMIT_ENCRYPTION = 20000000; //20MB
const APP_LIMIT_COMPRESSION = 20000000; //20MB
const APP_LIMIT_PREVIEW = 10000000; //10MB file size limit for preview endpoint
const APP_LIMIT_PREVIEW = 20000000; //20MB file size limit for preview endpoint
const APP_CACHE_BUSTER = 302;
const APP_VERSION_STABLE = '0.13.2';
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';