Translations: Force update cache (#1540)

This commit is contained in:
Alexander Zinchuk 2021-11-10 23:13:25 +03:00
parent 9319a260bb
commit eac60f3cc7

View File

@ -30,7 +30,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-v5';
export const LANG_CACHE_NAME = 'tt-lang-packs-v6';
export const ASSET_CACHE_NAME = 'tt-assets';
export const DOWNLOAD_WORKERS = 16;