Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Apr 15, 2024
1 parent 564e01c commit 3022480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class AggregatorTracker {

prune(): void {
// We could also `pruneBySlot` as items before current slot are no longer
// relevant but due to small cache size (64), the simplest approach is to
// relevant but due to small cache size (64), the best approach is to
// just prune the cache after a batch of subnet subscriptions is processed.
pruneSetToMax(
this.subnetAggregatorsBySlot,
Expand Down

0 comments on commit 3022480

Please sign in to comment.