Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
vue-electron/vuex-electron#17 - as described in the issue, the app wi…
Browse files Browse the repository at this point in the history
…ll write to disk once a second, which should prevent windows defender from checking the file and changing the name.
  • Loading branch information
vinkabuki committed Nov 3, 2021
1 parent 55daf4a commit 9493c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/store/reducers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const reduxStorage = createElectronStorage()
const persistConfig = {
key: 'root',
storage: reduxStorage,
throttle: 1000,
whitelist: [
NectarStoreKeys.Identity,
NectarStoreKeys.Communities,
Expand Down

0 comments on commit 9493c53

Please sign in to comment.