Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jul 23, 2024
2 parents 4aabfbf + fbafdb4 commit 504b469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/web/cgimap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi
if [[ "$WEBSITE_STATUS" == "database_offline" || "$WEBSITE_STATUS" == "api_offline" ]]; then
echo "Website is $WEBSITE_STATUS. No action required for cgimap service."
else
export PGOPTIONS="-c enable_mergejoin=off -c enable_hashjoin=off"
export PGOPTIONS="-c enable_mergejoin=false -c enable_hashjoin=false"
psql -h $POSTGRES_HOST -U $POSTGRES_USER -c "SHOW enable_mergejoin;"
psql -h $POSTGRES_HOST -U $POSTGRES_USER -c "SHOW enable_hashjoin;"
/usr/local/bin/openstreetmap-cgimap --port=8000 --daemon --instances=10
Expand Down

0 comments on commit 504b469

Please sign in to comment.