mirror of
https://github.com/vladmandic/automatic
synced 2026-09-08 13:58:43 +02:00
increase progress timeout
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -141,7 +141,7 @@ function requestProgress(id_task, progressEl, galleryEl, atEnd = null, onProgres
|
||||
done();
|
||||
};
|
||||
|
||||
xhrPost('./internal/progress', { id_task, id_live_preview }, onProgressHandler, onProgressErrorHandler, false, 5000);
|
||||
xhrPost('./internal/progress', { id_task, id_live_preview }, onProgressHandler, onProgressErrorHandler, false, 30000);
|
||||
};
|
||||
debug('livePreview start:', dateStart);
|
||||
start(id_task, 0);
|
||||
|
||||
Reference in New Issue
Block a user