From c27272d011b283bf7d7c434a08146e0281a0da90 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Fri, 12 Jan 2024 19:13:24 +0000 Subject: Increase archive expiry to 10 years I would like the message expiry to be very long, so that there is very little chance of users not being able to retrieve messages. --- files/prosody.cfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/prosody.cfg.lua b/files/prosody.cfg.lua index 89d426e..b954600 100644 --- a/files/prosody.cfg.lua +++ b/files/prosody.cfg.lua @@ -65,6 +65,6 @@ limits = { }; } -archive_expires_after = "3y" +archive_expires_after = "10y" Include "conf.d/*.cfg.lua" -- cgit v1.2.3