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 07aff0a commit be396aeCopy full SHA for be396ae
server/src/main/java/org/elasticsearch/common/breaker/CircuitBreaker.java
@@ -39,8 +39,8 @@ public interface CircuitBreaker {
39
*/
40
String REQUEST = "request";
41
/**
42
- * The in-flight request breaker tracks bytes allocated for reading and
43
- * writing requests on the network layer.
+ * The in-flight request breaker tracks bytes allocated for reading requests
+ * on the network layer.
44
45
String IN_FLIGHT_REQUESTS = "inflight_requests";
46
0 commit comments