Skip to content
Snippets Groups Projects
Commit 59199e8f authored by Jason Volk's avatar Jason Volk Committed by 🥺
Browse files

document presence_timeout_remote_users


Signed-off-by: default avatarJason Volk <jason@zemos.net>
parent a41472cc
No related branches found
No related tags found
No related merge requests found
......@@ -620,6 +620,11 @@ allow_profile_lookup_federation_requests = true
#
#allow_outgoing_presence = true
# Config option to enable the presence idle timer for remote users. Disabling is offered as an optimization for
# servers participating in many large rooms or when resources are limited. Disabling it may cause incorrect
# presence states (i.e. stuck online) to be seen for some remote users. Defaults to true.
#presence_timeout_remote_users = true
# Config option to control how many seconds before presence updates that you are idle. Defaults to 5 minutes.
#presence_idle_timeout_s = 300
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment