Enable PerMessageDeflate

Try to enable compression for all WebSocket requests. Compression is not enabled for clients that don't support it.

General Information

Domain

TcHmiSrv

Full symbol path

TcHmiSrv.Config::PERMESSAGEDEFLATEENABLED

Category

Webserver

Property is hidden

No

Contained in every configuration by default

No

Schema

Type

boolean

Default value

True

JSON Schema

{
    "category": "CATEGORY_WEBSERVER",
    "default": true,
    "description": "DESC_PERMESSAGEDEFLATEENABLED",
    "propertyOrder": 10,
    "type": "boolean"
}