increased REST TIMEOUT constant to 5000

This commit is contained in:
Werner Masik
2023-11-07 10:52:01 +01:00
parent 9c1cc947e6
commit a806df72e8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
const DEBUG = false;
// Default veil timeout (milliseconds)
const VEIL_TIMEOUT = 1000;
const VEIL_TIMEOUT = 5000;
//--------------------------------------------------------------------------------------------------------------------
// Constants
+1 -1
View File
@@ -22,7 +22,7 @@
const CORE_REST_CLIENT_DEBUG = false;
// Default timeout (milliseconds)
const CORE_REST_CLIENT_TIMEOUT = 1000;
const CORE_REST_CLIENT_TIMEOUT = 5000;
//--------------------------------------------------------------------------------------------------------------------
// Constants
+1 -1
View File
@@ -18,7 +18,7 @@
import {CoreRESTClient} from '../../RESTClient.js';
//
const CORE_NAVIGATION_CMPT_TIMEOUT = 2000;
const CORE_NAVIGATION_CMPT_TIMEOUT = 5000;
/**
*