diff options
-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" |