mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-02 09:37:47 +01:00
Localization: Cache versioning (#1110)
This commit is contained in:
parent
b36ec8cf44
commit
49850366fb
@ -28,7 +28,7 @@ export const MEDIA_PROGRESSIVE_CACHE_DISABLED = false;
|
||||
export const MEDIA_PROGRESSIVE_CACHE_NAME = 'tt-media-progressive';
|
||||
export const MEDIA_CACHE_MAX_BYTES = 512 * 1024; // 512 KB
|
||||
export const CUSTOM_BG_CACHE_NAME = 'tt-custom-bg';
|
||||
export const LANG_CACHE_NAME = 'tt-lang-packs';
|
||||
export const LANG_CACHE_NAME = 'tt-lang-packs-v2';
|
||||
export const ASSET_CACHE_NAME = 'tt-assets';
|
||||
|
||||
export const API_UPDATE_THROTTLE = 300;
|
||||
|
Loading…
Reference in New Issue
Block a user