mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01: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:
parent
f46405a508
commit
c0170563f2
@ -83,7 +83,8 @@ export class Main {
|
||||
null,
|
||||
this.logService,
|
||||
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(
|
||||
|
Loading…
Reference in New Issue
Block a user