diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-04-08 21:11:53 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-04-08 21:11:53 +0000 |
commit | 76d29d4d591e35d2451e5c4f2260bd1f6d94e7c9 (patch) | |
tree | b1ed5b8fe66f3ceb966d6db90d2052567f169f2c /conf/links.conf.example | |
parent | 200e06f78dbe43c02425951b278826832ee95c80 (diff) |
Example configuration updates from jdhore
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11293 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/links.conf.example')
-rw-r--r-- | conf/links.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/links.conf.example b/conf/links.conf.example index 96c7c7773..c89fa8043 100644 --- a/conf/links.conf.example +++ b/conf/links.conf.example @@ -46,7 +46,7 @@ # timeout: If defined, this option defines how long the server # will wait to consider the connect attempt failed and try the # failover (see above). - timeout="15" + timeout="300" # transport: If defined, this states extra modules that can be # used in the connection. Options are: "openssl" and "gnutls" @@ -81,7 +81,7 @@ allowmask="69.58.44.0/24" autoconnect="300" failover="hub.other.net" - timeout="15" + timeout="300" transport="gnutls" bind="1.2.3.4" statshidden="no" |