We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93af12b commit d0afdefCopy full SHA for d0afdef
console-subscriber/src/aggregator/mod.rs
@@ -299,7 +299,7 @@ impl Aggregator {
299
// normal case
300
break Some(update);
301
}
302
- // If the grpc message is bigger than tokio-console will accept throw away the oldest
+ // If the grpc message is bigger than tokio-console will accept, throw away the oldest
303
// inactive data and try again
304
self.retention /= 2;
305
self.cleanup_closed();
0 commit comments