GZIP minimum size
Prevents small data from getting zipped.
General Information
|
Domain |
TcHmiSrv |
|
Full symbol path |
TcHmiSrv.Config::GZIPMINSIZE |
|
Category |
Webserver |
|
Property is hidden |
No |
|
Contained in every configuration by default |
No |
Schema
|
Type |
integer |
|
Maximum |
4294967295 |
|
Default value |
800 |
JSON Schema
{
"allOf": [
{
"$ref": "tchmi:general#/definitions/UINT32"
},
{
"category": "CATEGORY_WEBSERVER",
"configDescription": "DESC_GZIP_MIN_SIZE",
"default": 800,
"displayClass": "byte",
"propertyOrder": 11
}
]
}