Increase optional resource cache size

This commit is contained in:
Fedor Indutny 2024-06-24 10:48:58 -07:00 committed by GitHub
parent 63c7bd9800
commit 9c0ea4d6ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const RESOURCES_DICT_PATH = join(
'optional-resources.json' 'optional-resources.json'
); );
const MAX_CACHE_SIZE = 10 * 1024 * 1024; const MAX_CACHE_SIZE = 50 * 1024 * 1024;
export class OptionalResourceService { export class OptionalResourceService {
private maybeDeclaration: OptionalResourcesDictType | undefined; private maybeDeclaration: OptionalResourcesDictType | undefined;