aboutsummaryrefslogtreecommitdiff
path: root/javascript/progressbar.js
diff options
context:
space:
mode:
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 8f22c018..59173c83 100644
--- a/javascript/progressbar.js
+++ b/javascript/progressbar.js
@@ -208,7 +208,7 @@ function requestProgress(id_task, progressbarContainer, gallery, atEnd, onProgre
setTimeout(() => {
fun(id_task, res.id_live_preview);
- }, 500)
+ }, opts.live_preview_refresh_period || 500)
}, function(){
removeProgressBar()
})