fix(core): update

This commit is contained in:
2023-07-21 00:44:39 +02:00
parent fcaed1a3a0
commit 45122024fc
8 changed files with 211 additions and 162 deletions

View File

@@ -46,7 +46,7 @@ export class LevelCache extends AbstractCache {
maxMemoryStorageInMB: 0.5,
maxDiskStorageInMB: 10,
maxS3StorageInMB: 50,
...optionsArg
...optionsArg,
};
this.init();
}