Add release notes for v6.0.2
Also add relase notes section at index.
This commit is contained in:
committed by
Steve Chávez
parent
b9c9aee645
commit
0d4b1d8f92
+6
-1
@@ -90,10 +90,13 @@ 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:
|
||||
|
||||
db-pool-timeout
|
||||
---------------
|
||||
|
||||
Time to live for an idle database pool connection.
|
||||
Time to live 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:
|
||||
|
||||
@@ -126,6 +129,8 @@ server-port
|
||||
|
||||
The TCP port to bind the web server.
|
||||
|
||||
.. _server-unix-socket:
|
||||
|
||||
server-unix-socket
|
||||
------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user