diff --git a/src/renderer/store/reducers.ts b/src/renderer/store/reducers.ts index 278dc88f..a73d3c07 100644 --- a/src/renderer/store/reducers.ts +++ b/src/renderer/store/reducers.ts @@ -29,6 +29,7 @@ const reduxStorage = createElectronStorage() const persistConfig = { key: 'root', storage: reduxStorage, + throttle: 1000, whitelist: [ NectarStoreKeys.Identity, NectarStoreKeys.Communities,