recommend fakelag=true

This commit is contained in:
Shivaram Lingamneni 2019-06-12 03:40:14 -04:00
parent e879e89e91
commit 3f5d59838e
2 changed files with 2 additions and 1 deletions

@ -19,6 +19,7 @@ This release includes a schema change. If you have `datastore.autoupgrade` set t
* `bouncer` section added for configuring bouncer-like features (in particular, whether multiple clients can use the same nickname)
* `check-ident` now has recommended value `false`
* `nick-reservation.method` now has recommended value `strict`
* `fakelag.enabled` now has recommended value `true`
* `limits.linelen.tags` removed due to ratification of the [message-tags spec](https://ircv3.net/specs/extensions/message-tags.html), which fixes the maximum tags length at 8191 bytes
* `registration-messages` added to limit the length of the registration sequence (i.e., handshake)
* `channels.operator-only-creation` added to optionally restrict creation of new channels to ircops (#537)

@ -562,7 +562,7 @@ limits:
# fakelag: prevents clients from spamming commands too rapidly
fakelag:
# whether to enforce fakelag
enabled: false
enabled: true
# time unit for counting command rates
window: 1s