Skip to content

Commit

Permalink
[fix/ISSUE-69] Remove 3 minute download timeout
Browse files Browse the repository at this point in the history
It wasn't just an inactivity timeout as I initially thought
  • Loading branch information
azihassan committed Apr 30, 2024
1 parent e943fd5 commit bb34795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/downloaders.d
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class RegularDownloader : Downloader
http.set(CurlOption.referer, referer);
http.set(CurlOption.followlocation, true);
http.set(CurlOption.failonerror, true);
http.set(CurlOption.timeout, 60 * 3);
http.set(CurlOption.connecttimeout, 60 * 3);
http.set(CurlOption.nosignal, true);

Expand Down

0 comments on commit bb34795

Please sign in to comment.