Skip to content

Commit

Permalink
Quiesce RetainedRefrenceTracker#ensureReferencesDroppedInternal by …
Browse files Browse the repository at this point in the history
…Disabling `CLEANUP_LOG_ENABLED` by Default (#5188)
  • Loading branch information
nbauernfeind committed Feb 23, 2024
1 parent e9323cf commit 8f608df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public final class Liveness {
Configuration.getInstance().getBooleanWithDefault("Liveness.heapDump", false);

static final boolean CLEANUP_LOG_ENABLED =
Configuration.getInstance().getBooleanWithDefault("Liveness.cleanupLogEnabled", true);
Configuration.getInstance().getBooleanWithDefault("Liveness.cleanupLogEnabled", false);

private static final long OUTSTANDING_COUNT_LOG_INTERVAL_MILLIS = 1000L;

Expand Down

0 comments on commit 8f608df

Please sign in to comment.