summaryrefslogtreecommitdiff
path: root/files/prosody.cfg.lua.j2
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2024-02-28 22:00:11 +0000
committerMatthew Fennell <matthew@fennell.dev>2024-02-28 22:00:11 +0000
commit0219d6c6a563a602fabf3997ea656dd8520b7ed9 (patch)
tree0116905bf559829338cecdf57a769440f898cba6 /files/prosody.cfg.lua.j2
parentc5eec5087a37931823b0618547e9c043d0e27c0c (diff)
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.
Diffstat (limited to 'files/prosody.cfg.lua.j2')
-rw-r--r--files/prosody.cfg.lua.j22
1 files changed, 0 insertions, 2 deletions
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";