Skip to content

Commit

Permalink
Merge pull request #3535 from atlanhq/revert-3534-ns/DG-1709-refresh-…
Browse files Browse the repository at this point in the history
…delta-policies

DG-1707 | Revert "Enable diff based policy refresh"
  • Loading branch information
nikhilbonte21 authored Sep 24, 2024
2 parents 3da01ab + 79879fd commit 9520dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public PolicyRefresher(RangerBasePlugin plugIn) {
this.atlasConfig = ApplicationProperties.get();
this.auditRepository = new ESBasedAuditRepository(atlasConfig);
this.auditRepository.start();
this.enableDeltaBasedRefresh = this.atlasConfig.getBoolean(DELTA_BASED_REFRESH, false);
this.enableDeltaBasedRefresh = false; // this.atlasConfig.getBoolean(DELTA_BASED_REFRESH, false);
} catch (AtlasException e) {
LOG.error("PolicyDelta: Error while reading atlas configuration", e);
this.enableDeltaBasedRefresh = false;
Expand Down

0 comments on commit 9520dab

Please sign in to comment.