diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-08-03 15:52:24 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-08-03 15:52:24 +0000 |
commit | f19b6d5eb255fbb04ead9eaa4ac82aab6fb6fd80 (patch) | |
tree | f71042e005cf46320d9380d7d621e4c38a09ccd9 /conf | |
parent | f6f8605b150492924afbb27249dde8fbc55bb3d7 (diff) |
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
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inspircd.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
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" |