Lower LocalStorage Store Throttle (#640)
This commit is contained in:
parent
f39787152e
commit
b99f2fe0e8
|
@ -135,7 +135,7 @@ const configureStore = () => {
|
|||
},
|
||||
customTokens: state.customTokens
|
||||
});
|
||||
}, 1000)
|
||||
}, 50)
|
||||
);
|
||||
|
||||
return store;
|
||||
|
|
Loading…
Reference in New Issue