Update Max steps per run to 10 (#1686)

This commit is contained in:
Suchintan
2025-02-01 13:55:14 -05:00
committed by GitHub
parent fc7cc209f5
commit 41e8d8b0ac
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class Settings(BaseSettings):
BROWSER_SCREENSHOT_TIMEOUT_MS: int = 20000
BROWSER_LOADING_TIMEOUT_MS: int = 120000
OPTION_LOADING_TIMEOUT_MS: int = 600000
MAX_STEPS_PER_RUN: int = 75
MAX_STEPS_PER_RUN: int = 10
MAX_NUM_SCREENSHOTS: int = 10
# Ratio should be between 0 and 1.
# If the task has been running for more steps than this ratio of the max steps per run, then we'll log a warning.