OpenSearch/docs/reference/modules/indices
Alexander Reelsen 80d0a32f8e ScriptService: Replace max compilation per minute setting with max compilation rate (#26399)
The current script service has a script compilation limit for a one
minute window. This is set to a small default value of 15. Instead of
increasing that default value, this commit introduces a new setting 
that allows to configure a rate per time unit, so that the script service can deal with bursts better.

The new setting is named `script.max_compilations_rate`,
requires a nonnegative number and a positive time value.

The default is `75/5m`, which is equivalent to the existing 15 per minute.
2017-09-01 10:15:27 +02:00
..
circuit_breaker.asciidoc ScriptService: Replace max compilation per minute setting with max compilation rate (#26399) 2017-09-01 10:15:27 +02:00
fielddata.asciidoc Remove the experimental indices.fielddata.cache.expire 2015-09-01 00:40:04 -07:00
indexing_buffer.asciidoc remove dead code; get one test working again; fix docs; remove nocommits 2015-12-16 16:19:07 -05:00
query_cache.asciidoc Allow the query cache to be disabled. #16268 2016-04-11 18:06:16 +02:00
recovery.asciidoc Updated document as per code change. (#22878) 2017-01-31 13:36:09 +01:00
request_cache.asciidoc Docs: Fix typo for request cache (#25444) 2017-06-28 14:31:03 +02:00