Skip to content

Commit 003dd0a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tap-agent/src/adaptative_concurrency.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//!
1111
//!
1212
//! This allows us to have a big number of rav requests running
13-
//! concurrently, but in case of any of them fails, we limit
13+
//! concurrently, but if any of them fails we limit
1414
//! the following requests until the aggregator recovers.
1515
//!
1616
//! ## Behaviour

0 commit comments

Comments
 (0)