increase timeout to 3 secs

This commit is contained in:
proddy
2023-06-24 16:50:49 +02:00
parent f61c447ea5
commit 5fddb08330

View File

@@ -14,7 +14,7 @@ export const EVENT_SOURCE_ROOT = 'http://' + host + '/es/';
export const alovaInstance = createAlova({
statesHook: ReactHook,
timeout: 2000,
timeout: 3000,
localCache: {
GET: {
mode: 'placeholder',