Skip to content

Purge Chunk Size

Key: qie.purge.chunkSize

Env Var: QIE_PURGE_CHUNKSIZE

Default: 10000

Scope: Global

Description: The number of messages loaded to be purged at a time, this creates a pool of messages that are to be purged, then the purge threads delete the messages.

Examples

Env Var

QIE_PURGE_CHUNKSIZE=5000

Java Option

-Dqie.purge.chunkSize=5000

YAML

QIE_PURGE_CHUNKSIZE: 5000