aboutsummaryrefslogtreecommitdiff
path: root/javascript/progressbar.js
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 14:09:45 +0300
committerGitHub <noreply@github.com>2023-04-29 14:09:45 +0300
commit967fb51df2cbe7ff6b8408c788c180b411e7f828 (patch)
tree696cd8e6a6f0991346194938c563eed340f003e5 /javascript/progressbar.js
parent9edd4b6e516ec327e15cc00a3933c681fc4b2f75 (diff)
parentfdac48683595699189aa84f8c1bea7b3bf718801 (diff)
Merge branch 'dev' into master
Diffstat (limited to 'javascript/progressbar.js')
-rw-r--r--javascript/progressbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/progressbar.js b/javascript/progressbar.js
index 4ac9b8db..8df3f569 100644
--- a/javascript/progressbar.js
+++ b/javascript/progressbar.js
@@ -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
}