From f19b6d5eb255fbb04ead9eaa4ac82aab6fb6fd80 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 3 Aug 2009 15:52:24 +0000 Subject: Change default connect timeouts to 10. There's really no need to have anything higher than this by default (except for developers, but surely they're capable of changing a default.) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11470 e03df62e-2008-0410-955e-edbf42e46eb7 --- conf/inspircd.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index 99b95df1c..663d69e1d 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -239,7 +239,7 @@ # disconnecting a user if they do not do anything on connect. # (Note, this is a client-side thing, if the client does not # send /nick, /user or /pass) - timeout="60" + timeout="10" # pingfreq: How often (in seconds) the server tries to ping connecting clients. pingfreq="120" @@ -288,7 +288,7 @@ # disconnecting a user if they do not do anything on connect. # (Note, this is a client-side thing, if the client does not # send /nick, /user or /pass) - timeout="60" + timeout="10" # pingfreq: How often (in seconds) the server tries to ping connecting clients. pingfreq="120" -- cgit v1.2.3