Increase the resource pool default timeout a little
This commit is contained in:
parent
eac37b9e8a
commit
8253a21196
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ port. Also, the port used can be changed by passing the --port option.\n"
|
||||||
(close-postgresql-connection conn "web-reserved"))
|
(close-postgresql-connection conn "web-reserved"))
|
||||||
#:scheduler priority-scheduler))
|
#:scheduler priority-scheduler))
|
||||||
|
|
||||||
(resource-pool-default-timeout 5))
|
(resource-pool-default-timeout 6))
|
||||||
|
|
||||||
(let ((resource-pool-checkout-failures-metric
|
(let ((resource-pool-checkout-failures-metric
|
||||||
(make-counter-metric registry
|
(make-counter-metric registry
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue