summaryrefslogtreecommitdiff
path: root/.config/example.yml
diff options
context:
space:
mode:
Diffstat (limited to '.config/example.yml')
-rw-r--r--.config/example.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml
index d199544589..1caaf87eab 100644
--- a/.config/example.yml
+++ b/.config/example.yml
@@ -421,3 +421,7 @@ checkActivityPubGetSignature: false
# How long to save each log entry before deleting it.
# Default: 2592000000 (1 week)
#maxAge: 2592000000
+
+# Transparently compress every websocket message on clients that support it.
+# Trades server CPU usage for reduced bandwidth usage and a faster frontend on the client.
+websocketCompression: false