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
|
(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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue