mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
increase timeout to 3 secs
This commit is contained in:
@@ -14,7 +14,7 @@ export const EVENT_SOURCE_ROOT = 'http://' + host + '/es/';
|
|||||||
|
|
||||||
export const alovaInstance = createAlova({
|
export const alovaInstance = createAlova({
|
||||||
statesHook: ReactHook,
|
statesHook: ReactHook,
|
||||||
timeout: 2000,
|
timeout: 3000,
|
||||||
localCache: {
|
localCache: {
|
||||||
GET: {
|
GET: {
|
||||||
mode: 'placeholder',
|
mode: 'placeholder',
|
||||||
|
|||||||
Reference in New Issue
Block a user