mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-08 06:09:48 +00:00
bump profile download timeout
This commit is contained in:
parent
b74147a1ec
commit
dc60b3dccd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import { DEFAULT_MAX_RETRIES, ExitCodes } from "./constants.js";
|
|||
|
||||
const DEFAULT_REGION = "us-east-1";
|
||||
|
||||
const DOWNLOAD_PROFILE_MAX_TIME = 60;
|
||||
const DOWNLOAD_PROFILE_MAX_TIME = 300;
|
||||
|
||||
// ===========================================================================
|
||||
export type UploadResult = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue