docs: fix BROWSERBASE_SESSION_TIMEOUT unit (ms → seconds)

This commit is contained in:
kurobaryo 2026-05-21 13:00:15 -04:00 committed by Teknium
parent d86710528a
commit 03bdeaa876
3 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ Optional feature knobs::
BROWSERBASE_PROXIES=true # default true
BROWSERBASE_ADVANCED_STEALTH=false
BROWSERBASE_KEEP_ALIVE=true # default true
BROWSERBASE_SESSION_TIMEOUT=... (ms, integer)
BROWSERBASE_SESSION_TIMEOUT=... (seconds, integer, max 21600 = 6h)
"""
from __future__ import annotations