From faf08322a256d1f543d29bc6f283aad67d3198f8 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 28 Jan 2020 12:18:28 -0500 Subject: [PATCH] increase default sendq and multiline max-lines --- oragono.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oragono.yaml b/oragono.yaml index f5789801..b7406bd9 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -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: