We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61c447 commit 5fddb08Copy full SHA for 5fddb08
interface/src/api/endpoints.ts
@@ -14,7 +14,7 @@ export const EVENT_SOURCE_ROOT = 'http://' + host + '/es/';
14
15
export const alovaInstance = createAlova({
16
statesHook: ReactHook,
17
- timeout: 2000,
+ timeout: 3000,
18
localCache: {
19
GET: {
20
mode: 'placeholder',
0 commit comments