mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-30 11:52:04 +00:00
docs: fix BROWSERBASE_SESSION_TIMEOUT unit (ms → seconds)
This commit is contained in:
parent
d86710528a
commit
03bdeaa876
3 changed files with 6 additions and 6 deletions
|
|
@ -33,8 +33,8 @@ Environment Variables:
|
|||
requires Scale Plan (default: "false")
|
||||
- BROWSERBASE_KEEP_ALIVE: Enable keepAlive for session reconnection after disconnects,
|
||||
requires paid plan (default: "true")
|
||||
- BROWSERBASE_SESSION_TIMEOUT: Custom session timeout in milliseconds. Set to extend
|
||||
beyond project default. Common values: 600000 (10min), 1800000 (30min) (default: none)
|
||||
- BROWSERBASE_SESSION_TIMEOUT: Custom session timeout in seconds (max 21600 = 6h).
|
||||
Set to extend beyond project default. Common values: 600 (10min), 1800 (30min) (default: none)
|
||||
|
||||
Usage:
|
||||
from tools.browser_tool import browser_navigate, browser_snapshot, browser_click
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue