mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-02 13:51:40 -08:00
fix refresh bug
This commit is contained in:
parent
5f32eb168d
commit
4b0f321ef7
3 changed files with 50 additions and 33 deletions
|
|
@ -425,7 +425,7 @@ async function fetchWithRetryAndBackoff(url, data, args = {}) {
|
|||
* Args:
|
||||
* url: Primary URL to fetch.
|
||||
* data: Data to append to the URL when making the request.
|
||||
* opts:
|
||||
* args:
|
||||
* method: The HTTP request method to use.
|
||||
* timeout_ms: Max allowed time before this function fails.
|
||||
* fetch_timeout_ms: Max allowed time for individual `fetch` calls.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue