mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
Lower LocalStorage Store Throttle (#640)
This commit is contained in:
parent
f39787152e
commit
b99f2fe0e8
@ -135,7 +135,7 @@ const configureStore = () => {
|
|||||||
},
|
},
|
||||||
customTokens: state.customTokens
|
customTokens: state.customTokens
|
||||||
});
|
});
|
||||||
}, 1000)
|
}, 50)
|
||||||
);
|
);
|
||||||
|
|
||||||
return store;
|
return store;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user