influxdb/garbage_collector
Phil Bracikowski 8b87a10fe0
fix(garbage collector): larger list batches and another tunable (#7738)
This PR increases the batch/page size of list operations in the gc 10x
to 10,000; it introduces a new cli config for the sleep interval between
batches. Previously a single sleep config was used between batches and
between entirely new list operations. This PR also moves to debug some
noisy logging.

* tag to #7689
2023-05-04 17:47:28 +00:00
..
src fix(garbage collector): larger list batches and another tunable (#7738) 2023-05-04 17:47:28 +00:00
Cargo.toml fix: garbage_collector no longer uses chrono-english so it can use the workspace hack crate 2023-05-01 11:31:42 -04:00