summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2024-01-12 19:13:24 +0000
committerMatthew Fennell <matthew@fennell.dev>2024-01-12 19:13:24 +0000
commitc27272d011b283bf7d7c434a08146e0281a0da90 (patch)
tree21755553cd82cc84852ffe9b74726af12d6c4593 /files
parent2dcfb1a67fd457593814a83a9b60d352b7853bf2 (diff)
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.
Diffstat (limited to 'files')
-rw-r--r--files/prosody.cfg.lua2
1 files changed, 1 insertions, 1 deletions
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"