Name the resource pools
This commit is contained in:
parent
bfb4ff3101
commit
b2dcccb264
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ port. Also, the port used can be changed by passing the --port option.\n"
|
|||
"web"
|
||||
postgresql-statement-timeout))
|
||||
(floor (/ postgresql-connections 2))
|
||||
#:name "web"
|
||||
#:idle-seconds 30
|
||||
#:destructor
|
||||
(lambda (conn)
|
||||
|
|
@ -187,6 +188,7 @@ port. Also, the port used can be changed by passing the --port option.\n"
|
|||
"web-reserved"
|
||||
postgresql-statement-timeout))
|
||||
(floor (/ postgresql-connections 2))
|
||||
#:name "web-reserved"
|
||||
#:idle-seconds 600
|
||||
#:destructor
|
||||
(lambda (conn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue