Maximum connections per client
Keep in mind that web browsers might open multiple simultaneous connections to the same server to achieve faster load times.
General Information
|
Domain |
TcHmiSrv |
|
Full symbol path |
TcHmiSrv.Config::MAXCONNECTIONSPERCLIENT |
|
Category |
Advanced |
|
Property is hidden |
No |
|
Contained in every configuration by default |
No |
Schema
|
Type |
integer |
|
Minimum |
1 |
|
Default value |
32 |
JSON Schema
{
"category": "CATEGORY_ADVANCED",
"default": 32,
"description": "DESC_MAXCONNECTIONSPERCLIENT",
"minimum": 1,
"propertyOrder": 9,
"type": "integer"
}