Incrase redux-persist timeout to 1 min (#4322)

This commit is contained in:
Miguel Alatzar 2020-05-21 14:04:08 -07:00 committed by GitHub
parent 14e7fc16ad
commit 4178816350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);