Skip to content

Commit

Permalink
PeerMessageQueue: remove no longer needed TODO (starving prevented)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Nov 13, 2024
1 parent 7a8a03b commit e71bd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freenet/node/PeerMessageQueue.java
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ public synchronized MessageItem grabQueuedMessageItem(int minPriority) {
tryRealtimeFirst = false;
}

// FIXME token bucket?

if(tryRealtimeFirst) {
// Try realtime first
if(logMINOR) Logger.minor(this, "Trying realtime first");
Expand Down

0 comments on commit e71bd03

Please sign in to comment.