Increase the number of background connections
This commit is contained in:
parent
d452c56bf2
commit
6b100c6904
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue