Drop the resource pool timeout

Better to timeout early.
This commit is contained in:
Christopher Baines 2023-07-14 10:35:44 +01:00
parent 22ed81fbcc
commit f9bb60ab4a
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
postgresql-statement-timeout))
(floor (/ postgresql-connections 2))))
(resource-pool-default-timeout 10))
(resource-pool-default-timeout 5))
(let ((render-metrics
(make-render-metrics registry)))