mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
increase timeout
This commit is contained in:
@@ -106,7 +106,7 @@ function requestProgress(id_task, progressbarContainer, gallery, atEnd = null, o
|
||||
removeProgressBar()
|
||||
return
|
||||
}
|
||||
if (elapsedFromStart > 10 && !res.queued && res.progress == prevProgress) {
|
||||
if (elapsedFromStart > 30 && !res.queued && res.progress == prevProgress) {
|
||||
removeProgressBar()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user