Skip to content

Sort Warning Threshold

Key: qie.sortWarningThreshold

Env Var: QIE_SORTWARNINGTHRESHOLD

Default: 5000

Scope: Global

Description: Number of milliseconds that if the file receiver takes longer to sort the files in the folder a warning log is generated. When there are a lot of files in a folder and the first-in-first-out flag is set on the channel it can take some time to sort the files. If the receiver is not running as expected, this log and shed some light on the problem.

Examples

Env Var

QIE_SORTWARNINGTHRESHOLD=10000

Java Option

-Dqie.sortWarningThreshold=10000

YAML

QIE_SORTWARNINGTHRESHOLD: 10000