From 44be3203c90bd4368244bd55c92a66863221cb08 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 15 Mar 2022 19:23:37 +0100 Subject: [PATCH] chore: increase cache buster --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 95f2bb3844..c157f9fe0f 100644 --- a/app/init.php +++ b/app/init.php @@ -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';