mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-09-12 11:37:39 +01:00
Increase optional resource cache size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user