diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-07 21:44:44 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-07 21:44:44 +0000 |
commit | 5e98adde5d5da261882dfe76b18cc2af2217a875 (patch) | |
tree | 54d8cdef6b8adfd4e528c0fdb392a5738b382390 /docs | |
parent | c67ab9aa97de6072e40efa528e80ffb2a7e45280 (diff) |
Feature request from djGrr, allow changing of server to server ping frequency
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7686 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 248394c42..c35f90ea4 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -876,6 +876,10 @@ # such as BOPM which rely on them to scan users when # # a split heals in certain configurations. # # # +# serverpingfreq- This value, when set, allows you to change the # +# frequency of server to server PING messages. This # +# can help if you are having certain network issues. # +# # # pingwarning - This should be set to a number between 1 and 59 if # # defined, and if it is defined will cause the server# # to send out a warning via snomask +l if a server # @@ -928,6 +932,7 @@ hidemodes="eI" quietbursts="yes" pingwarning="15" + serverpingfreq="60" allowhalfop="yes" defaultmodes="nt" moronbanner="You're banned! Email haha@abuse.com with the ERROR line below for help." |