Fix Store Subscription Throttle Misconfiguration (#579)
This commit is contained in:
parent
9a073fd1d5
commit
38e08fce2b
|
@ -114,8 +114,7 @@ const configureStore = () => {
|
|||
},
|
||||
customTokens: state.customTokens
|
||||
});
|
||||
}),
|
||||
1000
|
||||
}, 1000)
|
||||
);
|
||||
|
||||
return store;
|
||||
|
|
Loading…
Reference in New Issue