From b55ddd98e08a5196b0d60d1b69e0f6ecd9fdf9ff Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 17 Apr 2018 16:56:46 +0200 Subject: [PATCH 1/1] less MAM --- roles/prosody/templates/prosody.cfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/prosody/templates/prosody.cfg.lua b/roles/prosody/templates/prosody.cfg.lua index 86c4449..4f99029 100644 --- a/roles/prosody/templates/prosody.cfg.lua +++ b/roles/prosody/templates/prosody.cfg.lua @@ -186,7 +186,7 @@ authentication = "internal_hashed" -- they are offline. This setting controls how long Prosody will keep -- messages in the archive before removing them. -archive_expires_after = "1w" -- Remove archived messages after 1 week +archive_expires_after = "2d" -- Remove archived messages after 2 days -- You can also configure messages to be stored in-memory only. For more -- archiving options, see https://prosody.im/doc/modules/mod_mam -- 2.30.2