From 0219d6c6a563a602fabf3997ea656dd8520b7ed9 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 28 Feb 2024 22:00:11 +0000 Subject: Remove 10 year archival of messages I misunderstood how MAM works, and thought that storing messages long-term would allow new clients to retrieve long-term history. This commit moves the server's configuration back to the default of one week. --- files/prosody.cfg.lua.j2 | 2 -- 1 file changed, 2 deletions(-) (limited to 'files/prosody.cfg.lua.j2') diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 0298ba0..b6d9fc1 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -82,8 +82,6 @@ limits = { }; } -archive_expires_after = "10y" - storage = "sql" sql = { driver = "PostgreSQL"; -- cgit v1.2.3