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: