diff --git a/app/OptionalResourceService.ts b/app/OptionalResourceService.ts index 5dbbf44af4e..f832a785197 100644 --- a/app/OptionalResourceService.ts +++ b/app/OptionalResourceService.ts @@ -25,7 +25,7 @@ const RESOURCES_DICT_PATH = join( 'optional-resources.json' ); -const MAX_CACHE_SIZE = 10 * 1024 * 1024; +const MAX_CACHE_SIZE = 50 * 1024 * 1024; export class OptionalResourceService { private maybeDeclaration: OptionalResourcesDictType | undefined;