Skip to content

HTTP Max Thread Pool Threads

Key: qie.maxThreadPoolThreads.

Env Var: QIE_MAXTHREADPOOLTHREADS_

Default: 500

Scope: {port}

Description: Specifies the maximum number of threads processing waiting for HTTP connections in the listener. This option requires the HTTP listening port as the last value after the '.' character.

Examples

Env Var

QIE_MAXTHREADPOOLTHREADS_20001=1000

Java Option

-Dqie.maxThreadPoolThreads.20001=1000

YAML

QIE_MAXTHREADPOOLTHREADS_20001: 1000