Translations: Bump cache version (#1989)

This commit is contained in:
Alexander Zinchuk 2022-08-07 21:16:11 +02:00
parent 7be9f5373c
commit ee29f0223b

View File

@ -40,7 +40,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-v11';
export const LANG_CACHE_NAME = 'tt-lang-packs-v12';
export const ASSET_CACHE_NAME = 'tt-assets';
export const AUTODOWNLOAD_FILESIZE_MB_LIMITS = [1, 5, 10, 50, 100, 500];