mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:31:00 +00:00
docs(browser): document local startup timeout bounds (#71672)
* docs(browser): document local startup timeout bounds The new browser.localLaunchTimeoutMs and browser.localCdpReadyTimeoutMs options are clamped to MAX_BROWSER_STARTUP_TIMEOUT_MS (120000 ms) by normalizeStartupTimeoutMs in extensions/browser/src/browser/config.ts, and zero/negative/non-finite values fall back to the defaults. Without this in the configuration reference, users setting a higher value see no error and silently get the 120 s ceiling, or set 0 expecting 'no timeout' and silently get the default. * docs(browser): clarify startup timeout validation --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
@@ -140,8 +140,8 @@ curl -s http://127.0.0.1:18791/tabs
|
||||
On Raspberry Pi, older VPS hosts, or slow storage, raise
|
||||
`browser.localLaunchTimeoutMs` when Chrome needs more time to expose its CDP HTTP
|
||||
endpoint. Raise `browser.localCdpReadyTimeoutMs` when launch succeeds but
|
||||
`openclaw browser start` still reports `not reachable after start`. Values are
|
||||
capped at 120000 ms.
|
||||
`openclaw browser start` still reports `not reachable after start`. Values must
|
||||
be positive integers up to `120000` ms; invalid config values are rejected.
|
||||
|
||||
### Problem: "No Chrome tabs found for profile=\"user\""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user