Skip to content

Commit

Permalink
Reduce the number of connections to the database from CGImap
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 6, 2023
1 parent b504682 commit f50732d
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 f50732d

Please sign in to comment.