Sepasoft MES Module Suite
system.ws.setMaxTotalConnection(max)
Sets the maximum number of total connections allowed.
Syntax
system.ws.setMaxTotalConnection(max)
- Parameters
int max - The maximum number of total connections allowed. Default is 200.
- Returns
Nothing
- Scope
Gateway
Code Examples
Python |
system.ws.setMaxTotalConnection(400) |
Sepasoft MES Module Suite