# HG changeset patch # User Oleksandr Gavenko # Date 1277001724 -10800 # Node ID 1e9048a10b95ff00cb075af1a8c612953258baad # Parent 9ea1aa1dcfd95bc2837c9d62ea9387afcb576442 Set all applicable timeout values to N sec. diff -r 9ea1aa1dcfd9 -r 1e9048a10b95 .wgetrc --- a/.wgetrc Sun May 16 15:54:23 2010 +0300 +++ b/.wgetrc Sun Jun 20 05:42:04 2010 +0300 @@ -1,2 +1,7 @@ # As I not install cetificate, don't check them. check_certificate = off + +# Set all applicable timeout values to N sec. Equivalent to +# specifying `--dns-timeout', `--connect-timeout', and +# `--read-timeout', all at the same time. +timeout = 10