Connections (Section)#

Path: /environments/environment/services/service-role{id}/connections

Settings related to how the Server accepts client connections

Parameters#

NameTypeRequiredDefaultDescription
idle-connection-timeoutuint32optional30Maximum amount of time, in seconds, a connection may remain open while idle
idle-connection-timeout-after-max-acceptsuint32optional5Maximum amount of time, in seconds, a connection may remain open while idle while the maximum number of accepted connections has been exceeded
max-acceptsuint32optional100000The maximum number of concurrent connections that the service can accept
accept-backloguint32optional0The maximum number of pending connections. If 0 (the default), a system-specific default is used.

Was this helpful?