Drop the resource pool timeout
Better to timeout early.
This commit is contained in:
parent
22ed81fbcc
commit
f9bb60ab4a
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
postgresql-statement-timeout))
|
postgresql-statement-timeout))
|
||||||
(floor (/ postgresql-connections 2))))
|
(floor (/ postgresql-connections 2))))
|
||||||
|
|
||||||
(resource-pool-default-timeout 10))
|
(resource-pool-default-timeout 5))
|
||||||
|
|
||||||
(let ((render-metrics
|
(let ((render-metrics
|
||||||
(make-render-metrics registry)))
|
(make-render-metrics registry)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue