diff options
| author | PrivateGER <privateger@privateger.me> | 2025-02-25 22:07:59 +0100 |
|---|---|---|
| committer | PrivateGER <privateger@privateger.me> | 2025-02-25 22:07:59 +0100 |
| commit | 2b919c4eb0dddd668a7f541122d54f191a0872c3 (patch) | |
| tree | 204b567faf09c5204880e40aed61a29d344e6252 /.config | |
| parent | merge: Fix file description labels to use "alt text" terminology (!911) (diff) | |
| download | sharkey-2b919c4eb0dddd668a7f541122d54f191a0872c3.tar.gz sharkey-2b919c4eb0dddd668a7f541122d54f191a0872c3.tar.bz2 sharkey-2b919c4eb0dddd668a7f541122d54f191a0872c3.zip | |
Optionally enable websocket compression
Diffstat (limited to '.config')
| -rw-r--r-- | .config/example.yml | 4 |
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 |