bump navigation max retry to 5 (#1336)
This commit is contained in:
@@ -14,7 +14,7 @@ BROWSER_DOWNLOAD_TIMEOUT = 600 # 10 minute
|
|||||||
DOWNLOAD_FILE_PREFIX = "downloads"
|
DOWNLOAD_FILE_PREFIX = "downloads"
|
||||||
SAVE_DOWNLOADED_FILES_TIMEOUT = 180
|
SAVE_DOWNLOADED_FILES_TIMEOUT = 180
|
||||||
GET_DOWNLOADED_FILES_TIMEOUT = 30
|
GET_DOWNLOADED_FILES_TIMEOUT = 30
|
||||||
NAVIGATION_MAX_RETRY_TIME = 3
|
NAVIGATION_MAX_RETRY_TIME = 5
|
||||||
|
|
||||||
# reserved fields for navigation payload
|
# reserved fields for navigation payload
|
||||||
SPECIAL_FIELD_VERIFICATION_CODE = "verification_code"
|
SPECIAL_FIELD_VERIFICATION_CODE = "verification_code"
|
||||||
|
|||||||
Reference in New Issue
Block a user