aboutsummaryrefslogtreecommitdiffstats
path: root/.curlrc
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2015-01-05 16:56:09 +0100
committerMathias Bynens <mathias@qiwi.be>2015-01-05 16:56:09 +0100
commit529b9d156b8fed333826c5f8244e64166b12ec64 (patch)
treec2a0892ce93aab7f101222b47111a4b37679c9fc /.curlrc
parentf7f6230408b202b1dc8c775c3c8629eef1a00b14 (diff)
downloaddotfiles-529b9d156b8fed333826c5f8244e64166b12ec64.tar.gz
dotfiles-529b9d156b8fed333826c5f8244e64166b12ec64.tar.bz2
dotfiles-529b9d156b8fed333826c5f8244e64166b12ec64.zip
.curlrc: Add back `connect-timeout`
This was removed by mistake in 216a63328e9df1479c0f4790444afaccd16c80e5. Thanks to @alrra for spotting it!
Diffstat (limited to '.curlrc')
-rw-r--r--.curlrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.curlrc b/.curlrc
index 9d02284..481d94b 100644
--- a/.curlrc
+++ b/.curlrc
@@ -3,3 +3,6 @@ user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
# When following a redirect, automatically set the previous URL as referer.
referer = ";auto"
+
+# Wait 60 seconds before timing out.
+connect-timeout = 60