Each chunk can take up to 30 mins to upload
This commit is contained in:
@@ -67,8 +67,8 @@ function getS3Config(apiConfig, callback) {
|
||||
customBackoff: () => 20000 // constant backoff - https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#retryDelayOptions-property
|
||||
},
|
||||
httpOptions: {
|
||||
connectTimeout: 10000, // https://github.com/aws/aws-sdk-js/pull/1446
|
||||
timeout: 600 * 1000 // https://github.com/aws/aws-sdk-js/issues/1704 (allow chunk upload to take upto 5 minutes)
|
||||
connectTimeout: 20000, // https://github.com/aws/aws-sdk-js/pull/1446
|
||||
timeout: 3000 * 1000 // https://github.com/aws/aws-sdk-js/issues/1704 (allow chunk upload to take upto 30 minutes)
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user