mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-19 07:59:39 +00:00
update
This commit is contained in:
parent
71fefa1ffe
commit
c5791e6365
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ export default function Browser() {
|
|||
clearInterval(checkInterval);
|
||||
await handleLoadCookies();
|
||||
}
|
||||
}, 2000); // Check every 2 seconds
|
||||
}, 500); // Check every 2 seconds
|
||||
}
|
||||
} catch (error: any) {
|
||||
toast.error(error?.message || "Failed to open browser");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue