From 35aaa71363152ef567d7d8b83184acb816f7f179 Mon Sep 17 00:00:00 2001 From: addison Date: Tue, 15 Mar 2022 09:38:04 -0400 Subject: [PATCH] Revert "Disable disk caching in stateService (#1406)" This reverts commit 8461161ac506478c9d309a7ef4e269704717f490. --- src/main.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 0aecf0be..0150f72e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -83,8 +83,7 @@ export class Main { null, this.logService, null, - new StateFactory(GlobalState, Account), - false // Do not use disk caching because this will get out of sync with the renderer service + new StateFactory(GlobalState, Account) ); this.windowMain = new WindowMain(