diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-01-12 19:22:27 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-01-12 19:22:27 +0000 |
commit | f92d9d194c994b6347705b1eb9b7906b8c2a0943 (patch) | |
tree | 357c083da50ee7d7c493c2815ad634282d0e9f02 | |
parent | 4b047b7f8d08db1e42d06c03fc0fe521a5374c05 (diff) |
Increase smacks hibernation time to 1 day
This is based on the recommendation of Monal's "Considerations for XMPP server
admins" document.
-rw-r--r-- | files/prosody.cfg.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { |