Skip to content

Commit e030845

Browse files
committed
.curlrc: Set connection timeout to 60 seconds
This matches the setting in `.wgetrc`.
1 parent 437cb36 commit e030845

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.curlrc

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Disguise as IE 9 on Windows 7
22
user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
3+
34
# When following a redirect, automatically set the previous URL as referer
45
referer = ";auto"
6+
7+
# Wait 60 seconds before timing out
8+
connect-timeout = 60

0 commit comments

Comments
 (0)