Skip to content

Commit

Permalink
fix: keep default as true
Browse files Browse the repository at this point in the history
  • Loading branch information
sumandas0 committed Feb 11, 2025
1 parent 934f674 commit 53c998f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public enum AtlasConfiguration {
DELTA_BASED_REFRESH_ENABLED("atlas.authorizer.enable.delta_based_refresh", false),

ATLAS_UD_RELATIONSHIPS_MAX_COUNT("atlas.ud.relationship.max.count", 100),
ATLAS_BULK_DELETE_SKIP_HASLINEAGE_CALCULATION("atlas.bulk.delete.skip.haslineage", false),
ATLAS_BULK_DELETE_SKIP_HASLINEAGE_CALCULATION("atlas.bulk.delete.skip.haslineage", true),

/***
* OTEL Configuration
Expand Down

0 comments on commit 53c998f

Please sign in to comment.