chore(docker-compose): Bump indices.query.bool.max_clause_count=4096 (#21301)

(cherry picked from commit 799e3ca900363827b832afb4c1ed660e82034396)
This commit is contained in:
Akash Jain 2025-05-27 12:29:05 +00:00 committed by OpenMetadata Release Bot
parent 4543404590
commit 0a0092e0c3

View File

@ -50,6 +50,7 @@ services:
- ES_JAVA_OPTS=-Xms1024m -Xmx1024m
- plugins.security.disabled=true
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=OpenMetadata_password123!!!
- indices.query.bool.max_clause_count=4096
networks:
- local_app_net
expose: