Specify units for the pool timeout setting

This commit is contained in:
Evan Silberman
2019-11-14 14:52:35 -05:00
committed by Steve Chávez
parent 2fc0e2f8cb
commit dbbba4e51a
+1 -1
View File
@@ -95,7 +95,7 @@ db-pool
db-pool-timeout
---------------
Time to live for an idle database pool connection. If the timeout is reached the connection will be closed.
Time to live, in seconds, for an idle database pool connection. If the timeout is reached the connection will be closed.
Once a new request arrives a new connection will be started.
.. _db-extra-search-path: