diff --git a/docs/sources/configuration/_index.md b/docs/sources/configuration/_index.md index e2b10b9f11..20ce2c5730 100644 --- a/docs/sources/configuration/_index.md +++ b/docs/sources/configuration/_index.md @@ -2158,10 +2158,10 @@ compacts index shards to more performant forms. # CLI flag: -boltdb.shipper.compactor.delete-request-cancel-period [delete_request_cancel_period: | default = 24h] -# Constrain the size a delete request. When a delete request that spans > delete_max_query_range -# is input, the request is sharded into smaller requests of no more than delete_max_query_range. +# Constrain the size of a delete request. When a delete request that spans > delete_max_interval +# is input, the request is sharded into smaller requests of no more than delete_max_interval. # -# 0 means no max_query_period. +# 0 means no delete_max_interval. # CLI flag: -boltdb.shipper.compactor.delete-max-interval [delete_max_interval: | default = 0]