EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit b88a0217 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

increase db connection limit to 3000

parent d4f63c8b
No related branches found
No related tags found
No related merge requests found
Pipeline #34609 passed
......@@ -244,7 +244,7 @@ database:
postgresqlPassword: dbpw
postgresqlDatabase: dbname
postgresqlPostgresPassword: dbpgpw
postgresqlMaxConnections: "300"
postgresqlMaxConnections: "3000"
initdbScripts:
enablePostgis.sh: |
echo "Enabling postgis"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment