mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-01 21:20:19 +00:00
make scraping timeout configurable (#2991)
This commit is contained in:
parent
0efd86fb89
commit
fcd22017b7
4 changed files with 22 additions and 10 deletions
|
|
@ -23,6 +23,7 @@ class Settings(BaseSettings):
|
|||
BROWSER_ACTION_TIMEOUT_MS: int = 5000
|
||||
BROWSER_SCREENSHOT_TIMEOUT_MS: int = 20000
|
||||
BROWSER_LOADING_TIMEOUT_MS: int = 90000
|
||||
BROWSER_SCRAPING_BUILDING_ELEMENT_TREE_TIMEOUT_MS: int = 60 * 1000 # 1 minute
|
||||
OPTION_LOADING_TIMEOUT_MS: int = 600000
|
||||
MAX_STEPS_PER_RUN: int = 10
|
||||
MAX_STEPS_PER_TASK_V2: int = 25
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue