From a8b2ed313e64bc7b8759a3cd1306f52fb94c7131 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sat, 17 Aug 2019 13:11:15 -0500 Subject: [PATCH] Add db-pool-timeout config --- install.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.rst b/install.rst index 72a0d9fad..0e288d3ee 100644 --- a/install.rst +++ b/install.rst @@ -75,6 +75,7 @@ db-uri String Y db-schema String Y db-anon-role String Y db-pool Int 10 +db-pool-timeout Int 10 db-extra-search-path String public server-host String 127.0.0.1 server-port Int 3000 @@ -125,6 +126,11 @@ db-pool Number of connections to keep open in PostgREST's database pool. Having enough here for the maximum expected simultaneous client connections can improve performance. Note it's pointless to set this higher than the :code:`max_connections` GUC in your database. +db-pool-timeout +--------------- + + Time to live for an idle database pool connection. + .. _db-extra-search-path: db-extra-search-path