Skip to content

Commit

Permalink
Set 250 connection to api db production
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 16, 2024
1 parent ac2f92f commit 6425393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/db/config/postgresql.production.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ listen_addresses = '*'
# defaults to 'localhost'; use '*' for all
# (change requires restart)
#port = 5432 # (change requires restart)
max_connections = 500 # (change requires restart)
max_connections = 250 # (change requires restart)
#superuser_reserved_connections = 3 # (change requires restart)
#unix_socket_directories = '/var/run/postgresql' # comma-separated list of directories
# (change requires restart)
Expand Down

0 comments on commit 6425393

Please sign in to comment.