Skip to content

Commit

Permalink
Increase downloadurl timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rogargon committed Oct 16, 2023
1 parent 776bb9e commit 06bba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ async function downloadurl(url, target) {
await pipeline(
got.stream(url, {
timeout: {
request: 10000
request: 120000
}
}),
fs.createWriteStream(target)
Expand Down

0 comments on commit 06bba16

Please sign in to comment.