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
This commit is contained in:
w00t 2009-08-03 15:52:24 +00:00
parent f6f8605b15
commit f19b6d5eb2

View File

@ -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"