Increase optional resource cache size
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
parent
50e07ec389
commit
82cdc7717f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue