changed Linework export progress bar interval to 500 ms

This commit is contained in:
Frank Schubert
2022-06-16 14:50:58 +02:00
parent 4b1583297f
commit 24742e4038
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -747,7 +747,7 @@ function validateWorkflowItem(id) {
setTimeout(() => {document.location.href = '<?=self::getUrl("Linework","downloadExport")?>?uid=' + export_uid}, 200);
setTimeout(clearProgressBar, 5000);
} else {
setTimeout(updateExportProgress, 200);
setTimeout(updateExportProgress, 500);
}
}
},