forked from External/ergo
Merge pull request #759 from slingamn/bump_sendq
increase default sendq and multiline max-lines
This commit is contained in:
commit
f5b3adefba
1 changed files with 2 additions and 2 deletions
|
|
@ -152,7 +152,7 @@ server:
|
||||||
|
|
||||||
# maximum length of clients' sendQ in bytes
|
# maximum length of clients' sendQ in bytes
|
||||||
# this should be big enough to hold bursts of channel/direct messages
|
# this should be big enough to hold bursts of channel/direct messages
|
||||||
max-sendq: 16k
|
max-sendq: 96k
|
||||||
|
|
||||||
# compatibility with legacy clients
|
# compatibility with legacy clients
|
||||||
compatibility:
|
compatibility:
|
||||||
|
|
@ -593,7 +593,7 @@ limits:
|
||||||
# message length limits for the new multiline cap
|
# message length limits for the new multiline cap
|
||||||
multiline:
|
multiline:
|
||||||
max-bytes: 4096 # 0 means disabled
|
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: prevents clients from spamming commands too rapidly
|
||||||
fakelag:
|
fakelag:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue