mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-22 11:15:42 +00:00
restart timeout increase
This commit is contained in:
parent
85f2d28727
commit
13b88241a2
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ window.restart = async function () {
|
|||
toast("Restarting...", "info", 0);
|
||||
|
||||
let retries = 0;
|
||||
const maxRetries = 60; // Maximum number of retries (15 seconds with 250ms interval)
|
||||
const maxRetries = 240; // Maximum number of retries (60 seconds with 250ms interval)
|
||||
|
||||
while (retries < maxRetries) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue