Skip to content

Search Worker Timeout

Key: qie.searchWorkerTimeout

Env Var: QIE_SEARCHWORKERTIMEOUT

Default: 120000

Scope: Global

Description: If this time is passed that the browser has not checked for the search results, then the search on the server is terminated. This prevents searches from being started, then the browser closed leaving the search running and consuming resources for a long time.

Examples

Env Var

QIE_SEARCHWORKERTIMEOUT=60000

Java Option

-Dqie.searchWorkerTimeout=60000

YAML

QIE_SEARCHWORKERTIMEOUT: 60000