mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
increase max connections
This commit is contained in:
parent
9fc6e00199
commit
2d07bc27fc
@ -175,6 +175,9 @@ EOF
|
||||
#host koji koji 127.0.0.1/32 trust
|
||||
#host koji koji ::1/128 trust
|
||||
|
||||
# increase the max connections as koji appears to be very chatty
|
||||
sed -i "/^max_connections =/ s/100/1000/" "/var/lib/pgsql/data/postgresql.conf"
|
||||
|
||||
systemctl reload postgresql
|
||||
|
||||
# Bootstrapping the initial koji admin user into the PostgreSQL database
|
||||
|
Loading…
Reference in New Issue
Block a user