Skip to content

Commit

Permalink
Merge pull request #3406 from atlanhq/DG-1726-cleanUpPagination
Browse files Browse the repository at this point in the history
changed the batch size to a small value for easy testing purposes.
  • Loading branch information
hr2904 authored Aug 21, 2024
2 parents bb71763 + 4184d30 commit de2d9c9
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 = 200000;
public static final int CLEANUP_BATCH_SIZE = 250;
private boolean DEFERRED_ACTION_ENABLED = AtlasConfiguration.TASKS_USE_ENABLED.getBoolean();
private boolean DIFFERENTIAL_AUDITS = STORE_DIFFERENTIAL_AUDITS.getBoolean();

Expand Down

0 comments on commit de2d9c9

Please sign in to comment.