Update docs/en/operations/settings/settings.md

Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
This commit is contained in:
josh-hildred 2024-06-03 08:43:09 -04:00 committed by Joshua Hildred
parent 0302f218e4
commit 677b2de5ed

View File

@ -1600,7 +1600,6 @@ Note: This setting will not cause any additional data to be filtered during quer
## parallel_replicas_custom_key_range_upper {#parallel_replicas_custom_key_range_upper}
Allows the filter type `range` to split the work evenly between replicas based the custom range `[0, parallel_replicas_custom_key_range_upper]`.
When used in conjuction with [parallel_replicas_custom_key_range_lower](#parallel_replicas_custom_key_range_lower), it lets the filter evenly split the work over replicas for the range `[parallel_replicas_custom_key_range_lower, parallel_replicas_custom_key_range_upper]`.