Skip to content

HTTP Min Thread Pool Threads

Key: qie.minThreadPoolThreads.

Env Var: QIE_MINTHREADPOOLTHREADS_

Default: 8

Scope: {port}

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

Examples

Env Var

QIE_MINTHREADPOOLTHREADS_20001=50

Java Option

-Dqie.minThreadPoolThreads.20001=50

YAML

QIE_MINTHREADPOOLTHREADS_20001: 50