Skip to content

Commit be396ae

Browse files
authored
Fix comment about CircuitBreaker#IN_FLIGHT_REQUESTS (elastic#128192)
1 parent 07aff0a commit be396ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/common/breaker/CircuitBreaker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public interface CircuitBreaker {
3939
*/
4040
String REQUEST = "request";
4141
/**
42-
* The in-flight request breaker tracks bytes allocated for reading and
43-
* writing requests on the network layer.
42+
* The in-flight request breaker tracks bytes allocated for reading requests
43+
* on the network layer.
4444
*/
4545
String IN_FLIGHT_REQUESTS = "inflight_requests";
4646

0 commit comments

Comments
 (0)