From 3580a1290d64ee1c81ba54ececc0b75751d541b1 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 1 Mar 2020 22:46:16 -0500 Subject: [PATCH] autoresize-window needs to be increased to match expire-time --- base/ircd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/ircd.yaml b/base/ircd.yaml index b8bbc9e..15de42f 100644 --- a/base/ircd.yaml +++ b/base/ircd.yaml @@ -658,7 +658,7 @@ history: # are dynamically expanded up to the maximum length. if the buffer is full # and the oldest message is older than `autoresize-window`, then it will overwrite # the oldest message rather than resize; otherwise, it will expand if possible. - autoresize-window: 1h + autoresize-window: 2w # number of messages to automatically play back on channel join (0 to disable): autoreplay-on-join: 0