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 17c58f0 commit 60bfa00Copy full SHA for 60bfa00
test/cluster.sh
@@ -49,7 +49,7 @@ if [ "$CMD" == "start" ]; then
49
STARTERARGS="$STARTERARGS --all.backup.api-enabled=true"
50
fi
51
if [ -n "$ENABLE_DATABASE_EXTRA_FEATURES" ]; then
52
- STARTERARGS="$STARTERARGS --all.database.extended-names-databases=true --args.all.http.compress-response-threshold=1 --args.all.http.http.handle-content-encoding-for-unauthenticated-requests=true"
+ STARTERARGS="$STARTERARGS --all.database.extended-names-databases=true --args.all.http.compress-response-threshold=1 --args.all.http.handle-content-encoding-for-unauthenticated-requests=true"
53
54
if [[ "$OSTYPE" == "darwin"* ]]; then
55
DOCKERPLATFORMARG="--platform linux/x86_64"
0 commit comments