Maximum number of connections
Maximum number of concurrent connections.
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::MAXSESSIONS |
Category |
Advanced |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
integer |
Minimum |
1 |
Maximum |
4294967295 |
Default value |
128 |
JSON Schema
{
"allOf": [
{
"$ref": "tchmi:general#/definitions/UINT32"
},
{
"category": "CATEGORY_ADVANCED",
"default": 128,
"description": "DESC_MAXSESSIONS",
"minimum": 1,
"propertyOrder": 8
}
]
}