mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-14 03:20:49 +00:00
10 lines
368 B
TypeScript
10 lines
368 B
TypeScript
export const MANAGED_BROWSER_PAGE_TAB_LIMIT = 8;
|
|
|
|
export const OPEN_TAB_DISCOVERY_WINDOW_MS = 2000;
|
|
export const OPEN_TAB_DISCOVERY_POLL_MS = 100;
|
|
|
|
export const CDP_READY_AFTER_LAUNCH_WINDOW_MS = 8000;
|
|
export const CDP_READY_AFTER_LAUNCH_POLL_MS = 100;
|
|
export const CDP_READY_AFTER_LAUNCH_MIN_TIMEOUT_MS = 75;
|
|
export const CDP_READY_AFTER_LAUNCH_MAX_TIMEOUT_MS = 250;
|