We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
connect-timeout
1 parent f7f6230 commit 529b9d1Copy full SHA for 529b9d1
.curlrc
@@ -3,3 +3,6 @@ user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
3
4
# When following a redirect, automatically set the previous URL as referer.
5
referer = ";auto"
6
+
7
+# Wait 60 seconds before timing out.
8
+connect-timeout = 60
0 commit comments