Incrase redux-persist timeout to 1 min (#4324)
Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
This commit is contained in:
parent
9506875683
commit
6cf1140a0f
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