make connection pool

This commit is contained in:
Mohamed Nouffer
2023-05-03 18:41:58 +05:30
parent 13a5a1969f
commit 0f7cf18ecb
3 changed files with 12 additions and 2 deletions

View File

@ -61,7 +61,7 @@ external_pid_file = '/var/run/postgresql/12-main.pid' # write an extra PID fil
# defaults to 'localhost'; use '*' for all
# (change requires restart)
port = 5432 # (change requires restart)
max_connections = 600 # (change requires restart)
max_connections = 100 # (change requires restart)
#superuser_reserved_connections = 3 # (change requires restart)
unix_socket_directories = '/var/run/postgresql' # comma-separated list of directories
# (change requires restart)