Add db-pool-acquisition-timeout configuration parameter

This commit is contained in:
Laurence Isla
2023-02-09 14:56:38 -05:00
committed by GitHub
parent 082b418334
commit 378a225a9b
2 changed files with 41 additions and 42 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ Added
* It's now possible to request a ``text/plain`` output. See :ref:`scalar_return_formats`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Config option for specifying PostgREST database pool timeout. See :ref:`db-pool-timeout`.
* Config option for specifying PostgREST database pool timeout ``db-pool-timeout``.
|br| -- `@Qu4tro <https://github.com/Qu4tro>`_
* Config option for binding the PostgREST web server to an unix socket. See :ref:`server-unix-socket`.