From e5a5c78ad64f0c66c6730e2982fadae157c868c2 Mon Sep 17 00:00:00 2001 From: Yonle Date: Sun, 12 May 2024 08:08:40 +0700 Subject: [PATCH] defaultconf: set perMessageDeflate as on Signed-off-by: Yonle --- config.js.example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.js.example b/config.js.example index 8bd8f0b..5bf9bef 100644 --- a/config.js.example +++ b/config.js.example @@ -35,9 +35,10 @@ module.exports = { log_about_relays: false, // Use deflate compression for websocket. - // Enabling this will save user bandwidth, - // But also will be CPU intensive if there's a lot of users using this bouncer - perMessageDeflate: false, + // This could save user bandwidths. + // + // NOTE: CPU intensive + perMessageDeflate: true, // Reject scraper requests. // This only checks whenever client respond to bouncer's AUTH.