mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Remove commented code
This commit is contained in:
parent
434fad5327
commit
245a55722a
1 changed files with 0 additions and 7 deletions
|
@ -92,13 +92,6 @@ pub struct ChannelCongestion {
|
|||
|
||||
impl ChannelCongestion {
|
||||
pub fn congestion_ratio(&self) -> f32 {
|
||||
// tracing::debug!(
|
||||
// "Channel congestion metrics - \
|
||||
// Attempts: {direct_attempts}, \
|
||||
// Blocked attempts: {blocking_attempts} \
|
||||
// ({congestion_pct:.1}% congestion)"
|
||||
// );
|
||||
|
||||
self.blocking_attempts as f32 / self.attempts as f32
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue