Skip to main content

REAP_BATCH_LIMIT

Constant REAP_BATCH_LIMIT 

Source
const REAP_BATCH_LIMIT: i64 = 1000;
Expand description

Cap on one reaper run’s listing, bounding its object-store fan-out and its runtime under the CronJob deadline. A backlog is worked off over successive runs.