Skip to content

Commit 1a398ff

Browse files
Update crates/tap-agent/src/adaptative_concurrency.rs
Co-authored-by: Joseph Livesey <[email protected]>
1 parent 003dd0a commit 1a398ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/tap-agent/src/adaptative_concurrency.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
//! the following requests until the aggregator recovers.
1515
//!
1616
//! ## Behaviour
17-
//! On every request, the caller acquires a slot by calling [AdaptiveLimiter::acquire()],
18-
//! this will increment the number of in_flight connections.
17+
//! On every request, the caller acquires a slot by calling [AdaptiveLimiter::acquire()].
18+
//! This will increment the number of in_flight connections.
1919
//!
2020
//! If we receive a successful response, we increment our limit to be able to process
2121
//! one more request concurrently.

0 commit comments

Comments
 (0)