From b66ea9f56d80465738711d515007a267d529b2fb Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Fri, 18 Feb 2022 13:06:22 -0500 Subject: [PATCH] bump recommended CHATHISTORY limit to 1000 Discussed with emersion, this is the value used in soju and it works fine. --- default.yaml | 2 +- traditional.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.yaml b/default.yaml index 5926e349..361c3f76 100644 --- a/default.yaml +++ b/default.yaml @@ -913,7 +913,7 @@ history: # maximum number of CHATHISTORY messages that can be # requested at once (0 disables support for CHATHISTORY) - chathistory-maxmessages: 100 + chathistory-maxmessages: 1000 # maximum number of messages that can be replayed at once during znc emulation # (znc.in/playback, or automatic replay on initial reattach to a persistent client): diff --git a/traditional.yaml b/traditional.yaml index bffba976..7a4827ca 100644 --- a/traditional.yaml +++ b/traditional.yaml @@ -885,7 +885,7 @@ history: # maximum number of CHATHISTORY messages that can be # requested at once (0 disables support for CHATHISTORY) - chathistory-maxmessages: 100 + chathistory-maxmessages: 1000 # maximum number of messages that can be replayed at once during znc emulation # (znc.in/playback, or automatic replay on initial reattach to a persistent client):