Skip to content

Commit

Permalink
defaultconf: disable deflate compression by default
Browse files Browse the repository at this point in the history
Signed-off-by: Yonle <yonle@lecturify.net>
  • Loading branch information
Yonle committed Apr 23, 2024
1 parent 97e6293 commit 5bcb547
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ module.exports = {
log_about_relays: false,

// Use deflate compression for websocket.
perMessageDeflate: true,
// Enabling this will save user bandwidth,
// But also will be CPU intensive if there's a lot of users using this bouncer
perMessageDeflate: false,

// Reject scraper requests.
// This only checks whenever client respond to bouncer's AUTH.
Expand Down

0 comments on commit 5bcb547

Please sign in to comment.