mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
increase progress timeout
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
- xyz grid recover on error
|
||||
- hires batch
|
||||
- sdxl refiner
|
||||
- increase progress timeout
|
||||
- kandinsky matmul
|
||||
- do not show disabled networks
|
||||
- image width/height calculation when doing img2img
|
||||
|
||||
@@ -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