mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-03-04 04:44:19 +08:00
Improve the naming in the log message
This commit is contained in:
parent
6112bd8caa
commit
a00796c46a
@ -80,8 +80,8 @@ pub(super) fn write_to_db(
|
||||
let congestion_pct = (blocking_attempts as f64 / direct_attempts as f64) * 100.0;
|
||||
tracing::debug!(
|
||||
"Channel congestion metrics - \
|
||||
Direct send attempts: {direct_attempts}, \
|
||||
Blocking send attempts: {blocking_attempts} \
|
||||
Attempts: {direct_attempts}, \
|
||||
Blocked attempts: {blocking_attempts} \
|
||||
({congestion_pct:.1}% congestion)"
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user