mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
chore: waiting more time for restart
This commit is contained in:
parent
801b72b92b
commit
3ea17ec5e0
@ -343,11 +343,11 @@ function restart_reload() {
|
||||
requestGet("./internal/ping", {}, function(data) {
|
||||
location.reload();
|
||||
}, function() {
|
||||
setTimeout(requestPing, 500);
|
||||
setTimeout(requestPing, 5000);
|
||||
});
|
||||
};
|
||||
|
||||
setTimeout(requestPing, 2000);
|
||||
setTimeout(requestPing, 10000);
|
||||
|
||||
return [];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user