mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-02 22:02:50 -08:00
adjust timeouts
This commit is contained in:
parent
7eb032586e
commit
15c36b907e
1 changed files with 3 additions and 3 deletions
|
|
@ -18,10 +18,10 @@
|
|||
/*eslint no-undef: "error"*/
|
||||
|
||||
const SEARCH_INPUT_DEBOUNCE_TIME_MS = 250;
|
||||
const EXTRA_NETWORKS_WAIT_FOR_PAGE_READY_TIMEOUT_MS = 30000;
|
||||
const EXTRA_NETWORKS_INIT_DATA_TIMEOUT_MS = 60000;
|
||||
const EXTRA_NETWORKS_FETCH_DATA_TIMEOUT_MS = 30000;
|
||||
const EXTRA_NETWORKS_REFRESH_INTERNAL_DEBOUNCE_TIMEOUT_MS = 200;
|
||||
const EXTRA_NETWORKS_WAIT_FOR_PAGE_READY_TIMEOUT_MS = 60000;
|
||||
const EXTRA_NETWORKS_INIT_DATA_TIMEOUT_MS = 60000;
|
||||
const EXTRA_NETWORKS_FETCH_DATA_TIMEOUT_MS = 60000;
|
||||
|
||||
const re_extranet = /<([^:^>]+:[^:]+):[\d.]+>(.*)/;
|
||||
const re_extranet_g = /<([^:^>]+:[^:]+):[\d.]+>/g;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue