mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Increase storage debounce value
This commit is contained in:
parent
ceebc6caa4
commit
8ba64c657f
@ -114,7 +114,7 @@ function setupController (initState) {
|
||||
// setup state persistence
|
||||
pump(
|
||||
asStream(controller.store),
|
||||
debounce(200),
|
||||
debounce(1000),
|
||||
storeTransform(versionifyData),
|
||||
storeTransform(syncDataWithExtension),
|
||||
(error) => {
|
||||
|
Loading…
Reference in New Issue
Block a user