Skip to content

Commit 6cf4786

Browse files
authored
Increase AGGREGATION_BUCKET_LIMIT to 1_000_000
1 parent ba4eb2d commit 6cf4786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickwit/quickwit-search/src/collector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ impl QuickwitCollector {
311311
}
312312
}
313313

314-
const AGGREGATION_BUCKET_LIMIT: u32 = 65000;
314+
const AGGREGATION_BUCKET_LIMIT: u32 = 1_000_000;
315315

316316
impl Collector for QuickwitCollector {
317317
type Child = QuickwitSegmentCollector;

0 commit comments

Comments
 (0)