Optionally enable websocket compression

This commit is contained in:
PrivateGER 2025-02-25 22:07:59 +01:00
parent c6cabb8c75
commit 2b919c4eb0
No known key found for this signature in database
3 changed files with 14 additions and 0 deletions

View file

@ -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