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