浏览代码

[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.
Lee Jones 7 年之前
父节点
当前提交
37f67d9e21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/modules/indices/circuit_breaker.asciidoc

+ 1 - 1
docs/reference/modules/indices/circuit_breaker.asciidoc

@@ -76,7 +76,7 @@ memory on a node. The memory usage is based on the content length of the request
 [float]
 ==== Accounting requests circuit breaker
 
-The in flight requests circuit breaker allows Elasticsearch to limit the memory
+The accounting circuit breaker allows Elasticsearch to limit the memory
 usage of things held in memory that are not released when a request is
 completed. This includes things like the Lucene segment memory.