Lower LocalStorage Store Throttle (#640)

This commit is contained in:
Daniel Ternyak 2017-12-19 20:39:17 -06:00 committed by GitHub
parent f39787152e
commit b99f2fe0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ const configureStore = () => {
}, },
customTokens: state.customTokens customTokens: state.customTokens
}); });
}, 1000) }, 50)
); );
return store; return store;