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

chore: increase cache buster

This commit is contained in:
Torsten Dittmann 2022-03-15 19:23:37 +01:00
parent d463e5fefc
commit 44be3203c9

View file

@ -70,7 +70,7 @@ const APP_LIMIT_ANTIVIRUS = 20000000; //20MB
const APP_LIMIT_ENCRYPTION = 20000000; //20MB
const APP_LIMIT_COMPRESSION = 20000000; //20MB
const APP_LIMIT_PREVIEW = 20000000; //20MB file size limit for preview endpoint
const APP_CACHE_BUSTER = 302;
const APP_CACHE_BUSTER = 301;
const APP_VERSION_STABLE = '0.13.3';
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';