mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-06 09:28:09 +00:00
Fix typo
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
parent
59415dbd8d
commit
9ef6de5c71
@ -142,7 +142,7 @@ search().catch(console.log);
|
||||
|
||||
## Circuit Breaker
|
||||
|
||||
As part of the client's library of APIs, a `memoryCircuitBreaker` gives you the ability to reject large query responses where the size of the response could crash OpenSearch Dashboards. To set the Circuit Breaker settings, use the [POST _cluster/settings]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cluster-settings/) API operation on your active JS cluster.
|
||||
As part of the client's library of APIs, a `memoryCircuitBreaker` gives you the ability to reject large query responses where the size of the response could crash OpenSearch Dashboards. To set the Circuit Breaker setting, use the [POST _cluster/settings]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cluster-settings/) API operation on your active JS cluster.
|
||||
|
||||
`memoryCircuitBreaker` contains two fields:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user