3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-01-03 16:42:38 +01:00

Merge pull request #759 from slingamn/bump_sendq

increase default sendq and multiline max-lines
This commit is contained in:
Shivaram Lingamneni 2020-01-28 09:35:00 -08:00 committed by GitHub
commit f5b3adefba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ server:
# maximum length of clients' sendQ in bytes
# this should be big enough to hold bursts of channel/direct messages
max-sendq: 16k
max-sendq: 96k
# compatibility with legacy clients
compatibility:
@ -593,7 +593,7 @@ limits:
# message length limits for the new multiline cap
multiline:
max-bytes: 4096 # 0 means disabled
max-lines: 24 # 0 means no limit
max-lines: 100 # 0 means no limit
# fakelag: prevents clients from spamming commands too rapidly
fakelag: