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
"background"
postgresql-statement-timeout))
4
(max (floor (/ postgresql-connections 5))
1)
#:name "background"
#:idle-seconds 5
#:destructor