Skip to content

Commit a0c6664

Browse files
authored
updating script context settings to fix failing CI (#551)
1 parent 7fc8ed8 commit a0c6664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/profile/_static/docker-compose-stack.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
- "xpack.security.enabled=true"
1717
- "xpack.security.authc.api_key.enabled=true"
1818
- "ELASTIC_PASSWORD=changeme"
19+
- "script.max_compilations_rate=use-context"
1920
- "script.context.template.max_compilations_rate=unlimited"
2021
- "script.context.ingest.cache_max_size=2000"
2122
- "script.context.processor_conditional.cache_max_size=2000"

0 commit comments

Comments
 (0)