Reduce browse aggregation size (#4601)

This commit is contained in:
Dexter Lee 2022-04-06 22:07:08 -07:00 committed by GitHub
parent 32324a6476
commit 12f9cc2575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {