Skip to content

HTTP Idle Timeout

Key: qie.setIdleTimeout.

Env Var: QIE_SETIDLETIMEOUT_

Scope: {port}

Description: Specifies the socket idle timeout used by the HTTP receiver when processing inbound requests. This option requires the HTTP listening port as the last value after the '.' character.

Examples

Env Var

QIE_SETIDLETIMEOUT_20001=300000

Java Option

-Dqie.setIdleTimeout.20001=300000

YAML

QIE_SETIDLETIMEOUT_20001: 300000