From dbbba4e51a9b631f6282eab795da94ba53661bfb Mon Sep 17 00:00:00 2001 From: Evan Silberman Date: Thu, 14 Nov 2019 10:57:23 -0800 Subject: [PATCH] Specify units for the pool timeout setting --- configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.rst b/configuration.rst index d44096de4..267ed24a1 100644 --- a/configuration.rst +++ b/configuration.rst @@ -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: