diff options
author | Peter Powell <petpow@saberuk.com> | 2019-01-23 21:45:50 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-24 14:28:21 +0000 |
commit | cbef0241a04eafe5250b75ebb3f7ef8c32ecb260 (patch) | |
tree | d856c8ac6db6cf2514bc5090e6b11f759d3c0290 /docs | |
parent | a7fac86ccda9e75c6f426b07faa85081f5857d33 (diff) |
Implement support for the extended tag space for client tags.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index f65f6f5de..f2db74500 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -367,11 +367,11 @@ # softsendq: amount of data in a client's send queue before the server # begins delaying their commands in order to allow the sendq to drain - softsendq="8192" + softsendq="10240" # recvq: amount of data allowed in a client's queue before they are dropped. - # Entering "8K" is equivalent to "8192", see above. - recvq="8K" + # Entering "10K" is equivalent to "10240", see above. + recvq="10K" # threshold: This specifies the amount of command penalty a user is allowed to have # before being quit or fakelagged due to flood. Normal commands have a penalty of 1, |