Skip to content

Zero Byte File Max Age

Key: qie.zeroByteFileMaxAge

Env Var: QIE_ZEROBYTEFILEMAXAGE

Default: 3600000 (1 hour)

Scope: Global

Description: The age of a zero byte file before the QIE engine will pick it up and delete it from the folder. This applies to a file receiver.

Examples

Env Var

QIE_ZEROBYTEFILEMAXAGE=60000

Java Option

-Dqie.zeroByteFileMaxAge=60000

YAML

QIE_ZEROBYTEFILEMAXAGE: 60000