restart timeout increase
frdel committed
Jun 7, 2025 at 22:49 UTC
13b88241a2bcf407462e199cfbf86c9e63bf607c
1 file changed
+1
-1
webui/index.js
+1
-1
@@ -762,7 +762,7 @@ window.restart = async function () {
762
toast("Restarting...", "info", 0);
763
764
let retries = 0;
765
- const maxRetries = 60; // Maximum number of retries (15 seconds with 250ms interval)
765
+ const maxRetries = 240; // Maximum number of retries (60 seconds with 250ms interval)
766
767
while (retries < maxRetries) {
768
try {