We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795fa87 commit bd5cddfCopy full SHA for bd5cddf
dockerfiles/entrypoint-es.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-
+export WEB_CONCURRENCY="${WEB_CONCURRENCY:-10}"
3
function validate_elasticsearch {
4
health=$(curl -s -o /dev/null -w '%{http_code}' "http://${ES_HOST}:${ES_PORT}/_cluster/health")
5
if [ "$health" -eq 200 ]; then
dockerfiles/entrypoint-os.sh
function validate_opensearch {
0 commit comments