Added websocket per-message deflate support.

This commit is contained in:
Ylian Saint-Hilaire
2020-07-09 16:40:31 -07:00
parent f412af4de0
commit fa3ae55074
4 changed files with 7 additions and 5 deletions

View File

@@ -55,6 +55,7 @@
"agentPong": { "type": "integer", "minimum": 1, "description": "When specified, sends data to the agent at x seconds interval." },
"agentIdleTimeout": { "type": "integer", "minimum": 1 },
"compression": { "type": "boolean", "default": true, "description": "Enables GZIP compression for web requests." },
"wscompression": { "type": "boolean", "default": false, "description": "Enables websocket per-message deflate compression." },
"meshErrorLogPath": { "type": "string" },
"npmPath": { "type": "string" },
"npmProxy": { "type": "string", "format": "uri" },