mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Disable disk caching in stateService (#1406)
* Disable disk caching in stateService * Turn back on caching for the renderer Co-authored-by: addison <addisonbeck1@gmail.com>
This commit is contained in:
@@ -83,7 +83,8 @@ export class Main {
|
|||||||
null,
|
null,
|
||||||
this.logService,
|
this.logService,
|
||||||
null,
|
null,
|
||||||
new StateFactory(GlobalState, Account)
|
new StateFactory(GlobalState, Account),
|
||||||
|
false // Do not use disk caching because this will get out of sync with the renderer service
|
||||||
);
|
);
|
||||||
|
|
||||||
this.windowMain = new WindowMain(
|
this.windowMain = new WindowMain(
|
||||||
|
|||||||
Reference in New Issue
Block a user