We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a398ff commit d49ba1bCopy full SHA for d49ba1b
crates/tap-agent/src/adaptative_concurrency.rs
@@ -20,7 +20,7 @@
20
//! If we receive a successful response, we increment our limit to be able to process
21
//! one more request concurrently.
22
//!
23
-//! If we receive a failed response, we decrement our limit by half so quickly
+//! If we receive a failed response, we decrement our limit by half to quickly
24
//! relieve the pressure in the system.
25
26
use std::ops::Range;
0 commit comments