Skip to content

Commit d0afdef

Browse files
grahamkinghawkw
andauthored
Update console-subscriber/src/aggregator/mod.rs
Co-authored-by: Eliza Weisman <[email protected]>
1 parent 93af12b commit d0afdef

File tree

1 file changed

+1
-1
lines changed
  • console-subscriber/src/aggregator

1 file changed

+1
-1
lines changed

console-subscriber/src/aggregator/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ impl Aggregator {
299299
// normal case
300300
break Some(update);
301301
}
302-
// If the grpc message is bigger than tokio-console will accept throw away the oldest
302+
// If the grpc message is bigger than tokio-console will accept, throw away the oldest
303303
// inactive data and try again
304304
self.retention /= 2;
305305
self.cleanup_closed();

0 commit comments

Comments
 (0)