mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
defaultconf: disable deflate compression by default
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
97e6293150
commit
5bcb547586
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user