mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-26 09:31:43 +01:00
defaultconf: set perMessageDeflate as on
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
ab98804bdd
commit
e5a5c78ad6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user