Skip to content

Commit

Permalink
Merge pull request #252 from OpenHistoricalMap/staging
Browse files Browse the repository at this point in the history
Reduce the number of connections to the database from CGImap
  • Loading branch information
Ruben L. Mendoza authored Dec 6, 2023
2 parents 75eccfd + f50732d commit ab6c896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/web/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ while "$flag" = true; do
/usr/local/bin/openstreetmap-cgimap \
--port=8000 \
--daemon \
--instances=30 \
--instances=10 \
--dbname=$POSTGRES_DB \
--host=$POSTGRES_HOST \
--username=$POSTGRES_USER \
Expand Down

0 comments on commit ab6c896

Please sign in to comment.