We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbb5dc commit 7601b24Copy full SHA for 7601b24
1 file changed
testing/environments/snapshot.yml
@@ -14,6 +14,10 @@ services:
14
- "transport.host=127.0.0.1"
15
- "http.host=0.0.0.0"
16
- "xpack.security.enabled=false"
17
+ - "script.context.template.max_compilations_rate=unlimited"
18
+ - "script.context.ingest.cache_max_size=2000"
19
+ - "script.context.processor_conditional.cache_max_size=2000"
20
+ - "script.context.template.cache_max_size=2000"
21
- "action.destructive_requires_name=false"
22
# Disable geoip updates to prevent golden file test failures when the database
23
# changes and prevent race conditions between tests and database updates.
0 commit comments