Skip to content

HTTP Accept Queue Size

Key: qie.setAcceptQueueSize.

Env Var: QIE_SETACCEPTQUEUESIZE_

Scope: {port}

Description: Specifies the socket accept queue size used by the HTTP receiver to accept inbound requests. In a high volume environment, this queue size might need to be extended to prevent connection errors when clients make REST web service calls. This option requires the HTTP listening port as the last value after the '.' character.

Examples

Env Var

QIE_SETACCEPTQUEUESIZE_20001=2048

Java Option

-Dqie.setAcceptQueueSize.20001=2048

YAML

QIE_SETACCEPTQUEUESIZE_20001: 2048