From 7b0317f05b3712d1621a8edce7254335b4efa56c Mon Sep 17 00:00:00 2001 From: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> Date: Thu, 31 Oct 2024 03:31:42 +0000 Subject: [PATCH] Disable presence Since Synapse 1.118.0rc1 if not earlier, CPU usage is way too high with presence enabled. Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> --- etc/matrix-synapse/conf.d/server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/matrix-synapse/conf.d/server.yaml b/etc/matrix-synapse/conf.d/server.yaml index 8910dbf..ad7a0ae 100644 --- a/etc/matrix-synapse/conf.d/server.yaml +++ b/etc/matrix-synapse/conf.d/server.yaml @@ -50,7 +50,7 @@ presence: # Uncomment to disable presence tracking on this homeserver. This option # replaces the previous top-level 'use_presence' option. # - enabled: yes + enabled: no # Whether to require authentication to retrieve profile data (avatars, # display names) of other users through the client API. Defaults to