mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Merge remote-tracking branch 'dakrone/compliation-breaker'
This commit is contained in:
commit
5849c488b5
19 changed files with 250 additions and 26 deletions
|
@ -103,6 +103,12 @@ Instead, pass it in as a named parameter:
|
|||
The first version has to be recompiled every time the multiplier changes. The
|
||||
second version is only compiled once.
|
||||
|
||||
If you compile too many unique scripts within a small amount of time,
|
||||
Elasticsearch will reject the new dynamic scripts with a
|
||||
`circuit_breaking_exception` error. By default, up to 15 inline scripts per
|
||||
minute will be compiled. You can change this setting dynamically by setting
|
||||
`script.max_compilations_per_minute`.
|
||||
|
||||
========================================
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue