adjust s3 prefix for downloaded files (#1290)

This commit is contained in:
LawyZheng
2024-11-29 17:06:04 +08:00
committed by GitHub
parent 87061f5bb6
commit fe0f971842
3 changed files with 5 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ PAGE_CONTENT_TIMEOUT = 300 # 5 mins
BUILDING_ELEMENT_TREE_TIMEOUT_MS = 60 * 1000 # 1 minute
BROWSER_CLOSE_TIMEOUT = 180 # 3 minute
BROWSER_DOWNLOAD_TIMEOUT = 600 # 10 minute
DOWNLOAD_FILE_PREFIX = "downloads"
SAVE_DOWNLOADED_FILES_TIMEOUT = 180
GET_DOWNLOADED_FILES_TIMEOUT = 30