mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
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:
parent
f6f8605b15
commit
f19b6d5eb2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user