mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
disable compression by default and dont compress webrelays #4369
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -536,8 +536,8 @@
|
||||
},
|
||||
"compression": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Enables GZIP compression for web requests."
|
||||
"default": false,
|
||||
"description": "Enables GZIP compression for web requests. Disabled by default."
|
||||
},
|
||||
"wsCompression": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user