1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

fix(ui): increase cache buster

This commit is contained in:
Torsten Dittmann 2021-11-25 17:08:24 +01:00
parent ff9d2e6448
commit 194337ac3b

View file

@ -62,7 +62,7 @@ const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 12;
const APP_LIMIT_COUNT = 5000;
const APP_LIMIT_USERS = 10000;
const APP_CACHE_BUSTER = 180;
const APP_CACHE_BUSTER = 181;
const APP_VERSION_STABLE = '0.12.0';
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';