lower log level
This commit is contained in:
parent
978c385b3c
commit
4d2b405b4e
@ -104,7 +104,7 @@ impl PeakEwmaLatencyTask {
|
|||||||
while let Some(rtt) = self.request_rx.recv().await {
|
while let Some(rtt) = self.request_rx.recv().await {
|
||||||
self.update(rtt);
|
self.update(rtt);
|
||||||
}
|
}
|
||||||
info!("latency loop exited");
|
trace!("latency loop exited");
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Update the estimate object atomically.
|
/// Update the estimate object atomically.
|
||||||
|
Loading…
Reference in New Issue
Block a user