We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cdd735 + 1d81c48 commit fa04844Copy full SHA for fa04844
concurrency-limits-core/src/main/java/com/netflix/concurrency/limits/Limit.java
@@ -38,8 +38,7 @@ interface SampleWindow {
38
/**
39
* Update the concurrency limit using a new rtt sample
40
*
41
- * @param rtt Minimum RTT sample for the last window
42
- * @param maxInFlight Maximum number of inflight requests observed in the sampling window
+ * @param sample Data from the last sampling window such as RTT
43
*/
44
void update(SampleWindow sample);
45
}
0 commit comments