diff --git a/app/store/index.ts b/app/store/index.ts index 6a8384827..731c70c14 100644 --- a/app/store/index.ts +++ b/app/store/index.ts @@ -178,6 +178,7 @@ export default function configureStore(storage: any, preloadedState: any = {}, o emojiBlackListFilter, ], throttle: 100, + timeout: 60000, }; const persistConfig: PersistConfig = Object.assign({}, defaultConfig, optionalConfig);