From f92d9d194c994b6347705b1eb9b7906b8c2a0943 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Fri, 12 Jan 2024 19:22:27 +0000 Subject: Increase smacks hibernation time to 1 day This is based on the recommendation of Monal's "Considerations for XMPP server admins" document. --- files/prosody.cfg.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/prosody.cfg.lua b/files/prosody.cfg.lua index 791dba7..d75781a 100644 --- a/files/prosody.cfg.lua +++ b/files/prosody.cfg.lua @@ -56,6 +56,9 @@ c2s_require_encryption = true authentication = "internal_hashed" certificates = "certs" +-- From Monal considerations for XMPP server admins +smacks_hibernation_time = 86400 + allow_registration = true limits = { -- cgit v1.2.3