make scraping timeout configurable (#2991)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user