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

Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
This commit is contained in:
Mattermost Build 2020-05-21 23:24:19 +02:00 committed by GitHub
parent 9506875683
commit 6cf1140a0f
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);