Skip to content

Commit

Permalink
Increase batch size for ES query
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshi0301 committed Feb 1, 2024
1 parent 79ad4ee commit b282d5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ private List<AtlasEntityHeader> getAtlasPolicies(String serviceName) throws Atla
indexSearchParams.setAttributes(attributes);

int from = 0;
int size = 100;
int size = 250;
boolean found = true;

do {
Expand Down

0 comments on commit b282d5f

Please sign in to comment.