document presence_timeout_remote_users
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
a41472cc3f
commit
59199e8f66
1 changed files with 5 additions and 0 deletions
|
@ -620,6 +620,11 @@ allow_profile_lookup_federation_requests = true
|
||||||
#
|
#
|
||||||
#allow_outgoing_presence = 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.
|
# Config option to control how many seconds before presence updates that you are idle. Defaults to 5 minutes.
|
||||||
#presence_idle_timeout_s = 300
|
#presence_idle_timeout_s = 300
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue