bump navigation max retry to 5 (#1336)

This commit is contained in:
LawyZheng
2024-12-06 12:53:35 +08:00
committed by GitHub
parent f7f5c47c8e
commit e1d5393083

View File

@@ -14,7 +14,7 @@ BROWSER_DOWNLOAD_TIMEOUT = 600 # 10 minute
DOWNLOAD_FILE_PREFIX = "downloads"
SAVE_DOWNLOADED_FILES_TIMEOUT = 180
GET_DOWNLOADED_FILES_TIMEOUT = 30
NAVIGATION_MAX_RETRY_TIME = 3
NAVIGATION_MAX_RETRY_TIME = 5
# reserved fields for navigation payload
SPECIAL_FIELD_VERIFICATION_CODE = "verification_code"