diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-19 18:32:11 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-19 18:32:11 +0000 |
commit | 106043620278abc0755377544cfe012c84de4abc (patch) | |
tree | c8487d68905db16ce92b964c40051ccd0048bee7 /conf | |
parent | 18299e282a9326a7bbc1b338254dbfa85772dd1b (diff) |
Add a setting to <connect> allowing the threshold for activation of the penalty system to be set in the configuration, or be disabled by setting it to 0. [jackmcbarn]
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11922 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inspircd.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index 726605b16..d5c9874df 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -309,6 +309,11 @@ # recvq: amount of data allowed in a client's queue before they are dropped. recvq="8192" + # threshold: This specifies the seconds worth of penalty a user is allowed to have + # before fake lag is applied to them. If this value is set too low, every action will cause throttling. + # Set to 0 to disable. + threshold="10" + # localmax: Maximum local connections per IP. localmax="3" |