Skip to content

Commit 1c03ea5

Browse files
committed
fmt
1 parent 6b30126 commit 1c03ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bottlecap/src/traces/span_dedup_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl DedupHandle {
4545
.send(DedupCommand::CheckAndAdd(key, response_tx))
4646
.map_err(DedupError::SendError)?;
4747

48-
// Sometimes the dedup service fails to send a response for unknown reasons, so we
48+
// Sometimes the dedup service fails to send a response for unknown reasons, so we
4949
// timeout after 5 seconds to avoid blocking the caller forever. We may remove the
5050
// timeout if we can figure out and fix the root cause.
5151
tokio::time::timeout(Duration::from_secs(5), response_rx)

0 commit comments

Comments
 (0)