Merge pull request #9227 from bbonvi/master

fix disappearing live previews and progressbar during slow tasks
This commit is contained in:
AUTOMATIC1111 2023-04-29 10:29:47 +03:00 committed by GitHub
commit d2f3f40a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ function requestProgress(id_task, progressbarContainer, gallery, atEnd, onProgre
return
}
if(elapsedFromStart > 5 && !res.queued && !res.active){
if(elapsedFromStart > 40 && !res.queued && !res.active){
removeProgressBar()
return
}