Connections (Section)#
Path: /environments/environment/services/service-role{id}/connections
Settings related to how the Server accepts client connections
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| idle-connection-timeout | uint32 | optional | 30 | Maximum amount of time, in seconds, a connection may remain open while idle |
| idle-connection-timeout-after-max-accepts | uint32 | optional | 5 | Maximum amount of time, in seconds, a connection may remain open while idle while the maximum number of accepted connections has been exceeded |
| max-accepts | uint32 | optional | 100000 | The maximum number of concurrent connections that the service can accept |
| accept-backlog | uint32 | optional | 0 | The maximum number of pending connections. If 0 (the default), a system-specific default is used. |