mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-11 08:54:00 +00:00
Reduce browse aggregation size (#4601)
This commit is contained in:
parent
32324a6476
commit
12f9cc2575
@ -63,7 +63,7 @@ public class ESBrowseDAO {
|
|||||||
private static final String ALL_PATHS = "allPaths";
|
private static final String ALL_PATHS = "allPaths";
|
||||||
|
|
||||||
// Set explicit max size for grouping
|
// Set explicit max size for grouping
|
||||||
private static final int AGGREGATION_MAX_SIZE = 10000;
|
private static final int AGGREGATION_MAX_SIZE = 2000;
|
||||||
|
|
||||||
@Value
|
@Value
|
||||||
private class BrowseGroupsResult {
|
private class BrowseGroupsResult {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user