Increase the number of background connections

This commit is contained in:
Christopher Baines 2025-07-01 11:55:13 +01:00
parent d452c56bf2
commit 6b100c6904

View file

@ -174,7 +174,8 @@ port. Also, the port used can be changed by passing the --port option.\n"
(open-postgresql-connection (open-postgresql-connection
"background" "background"
postgresql-statement-timeout)) postgresql-statement-timeout))
4 (max (floor (/ postgresql-connections 5))
1)
#:name "background" #:name "background"
#:idle-seconds 5 #:idle-seconds 5
#:destructor #:destructor