2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: berlin: Increase postgresql max_connections.

* hydra/berlin.scm: Increase it to 300.
This commit is contained in:
Mathieu Othacehe 2021-12-26 21:36:52 +01:00
parent 601691e7ea
commit 1bd6f5c272
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -323,7 +323,11 @@ Happy hacking!\n"))
;; https://www.zabbix.com/documentation/3.0/manual/appendix/install/db_scripts
(service postgresql-service-type
(postgresql-configuration
(postgresql postgresql-13)))
(postgresql postgresql-13)
(config-file
(postgresql-config-file
(extra-config
'(("max_connections" 300)))))))
(service postgresql-role-service-type)
(service ntp-service-type)