Cache max entry size
Server restart required.
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::CACHEMAXENTRYSIZE |
Category |
Webserver |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
integer |
Maximum |
4294967295 |
Default value |
1048576 |
JSON Schema
{
"allOf": [
{
"$ref": "tchmi:general#/definitions/UINT32"
},
{
"category": "CATEGORY_WEBSERVER",
"configDescription": "DESC_CACHE",
"default": 1048576,
"displayClass": "byte",
"propertyOrder": 5
}
]
}