Skip to content

Commit

Permalink
Remove unused aggressiveGCModificator
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Nov 30, 2024
1 parent 52051be commit fdc6f6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/freenet/node/NodeStats.java
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,6 @@ public void shouldUpdate(){
final StringCounter preemptiveRejectReasons;
final StringCounter localPreemptiveRejectReasons;

// Enable this if you run into hard to debug OOMs.
// Disabled to prevent long pauses every 30 seconds.
private int aggressiveGCModificator = -1 /*250*/;

// Peers stats
/** Next time to update PeerManagerUserAlert stats */
private long nextPeerManagerUserAlertStatsUpdateTime = -1;
Expand Down

0 comments on commit fdc6f6f

Please sign in to comment.