Make user presence-status tracking configurable

This commit is contained in:
Slavi Pantaleev
2018-10-05 10:32:43 +03:00
parent 7350842d9b
commit b49f4531e8
3 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# 2018-10-05
## Presence tracking made configurable
The playbook can now enable/disable user presence-status tracking in Synapse, through the playbook's `matrix_synapse_use_presence` variable (having a default value of `true` - enabled).
If users participate in large rooms with many other servers, disabling presence will decrease server load significantly.
# 2018-09-27
## Synapse Cache Factor made configurable