1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00

Update cache buster

This commit is contained in:
Jake Barnby 2023-04-12 02:56:48 +12:00
parent 07b8f0fe3f
commit bafcfcfbb9
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -100,7 +100,7 @@ const APP_LIMIT_WRITE_RATE_PERIOD_DEFAULT = 60; // Default maximum write rate pe
const APP_LIMIT_LIST_DEFAULT = 25; // Default maximum number of items to return in list API calls
const APP_KEY_ACCCESS = 24 * 60 * 60; // 24 hours
const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours
const APP_CACHE_BUSTER = 501;
const APP_CACHE_BUSTER = 502;
const APP_VERSION_STABLE = '1.3.0';
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';