Skip to content

Commit

Permalink
Merge pull request #3426 from atlanhq/DG-1726-cleanUpPagination
Browse files Browse the repository at this point in the history
Changed Batch size to a more realistic value for final testing
  • Loading branch information
hr2904 authored Aug 26, 2024
2 parents 676b9f8 + 3c47b04 commit 8186bd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public class EntityGraphMapper {
private static final boolean RESTRICT_PROPAGATION_THROUGH_LINEAGE_DEFAULT = false;

private static final boolean RESTRICT_PROPAGATION_THROUGH_HIERARCHY_DEFAULT = false;
public static final int CLEANUP_BATCH_SIZE = 250;
public static final int CLEANUP_BATCH_SIZE = 200000;
private boolean DEFERRED_ACTION_ENABLED = AtlasConfiguration.TASKS_USE_ENABLED.getBoolean();
private boolean DIFFERENTIAL_AUDITS = STORE_DIFFERENTIAL_AUDITS.getBoolean();

Expand Down

0 comments on commit 8186bd5

Please sign in to comment.