Incrase redux-persist timeout to 1 min (#4322)
This commit is contained in:
parent
14e7fc16ad
commit
4178816350
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ export default function configureStore(storage: any, preloadedState: any = {}, o
|
|||
emojiBlackListFilter,
|
||||
],
|
||||
throttle: 100,
|
||||
timeout: 60000,
|
||||
};
|
||||
|
||||
const persistConfig: PersistConfig<GlobalState> = Object.assign({}, defaultConfig, optionalConfig);
|
||||
|
|
|
|||
Loading…
Reference in a new issue