Skip to content

Commit 37f67d9

Browse files
leejonesChristoph Büscher
authored andcommitted
[Docs] Fix typo in circuit breaker docs (#29659)
The previous description had a part that didn't fit and was probably from a copy/paste of the in flight requests description above.
1 parent 5f172b6 commit 37f67d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/modules/indices/circuit_breaker.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ memory on a node. The memory usage is based on the content length of the request
7676
[float]
7777
==== Accounting requests circuit breaker
7878

79-
The in flight requests circuit breaker allows Elasticsearch to limit the memory
79+
The accounting circuit breaker allows Elasticsearch to limit the memory
8080
usage of things held in memory that are not released when a request is
8181
completed. This includes things like the Lucene segment memory.
8282

0 commit comments

Comments
 (0)