pin version to 11.0.1

This commit is contained in:
steve-chavez
2023-06-07 19:56:05 -05:00
committed by Steve Chavez
parent b1f50537e9
commit ee6b9c5224
5 changed files with 22 additions and 22 deletions
+8 -8
View File
@@ -158,8 +158,8 @@ db-extra-search-path String public Y PGRST_DB_EXTRA_
db-max-rows Int ∞ Y PGRST_DB_MAX_ROWS pgrst.db_max_rows
db-plan-enabled Boolean False Y PGRST_DB_PLAN_ENABLED pgrst.db_plan_enabled
db-pool Int 10 PGRST_DB_POOL
db-pool-max-idletime Int 30 PGRST_DB_POOL_MAX_IDLETIME
db-pool-acquisition-timeout Int 10 PGRST_DB_POOL_ACQUISITION_TIMEOUT
db-pool-max-idletime Int 30 PGRST_DB_POOL_MAX_IDLETIME
db-pool-max-lifetime Int 1800 PGRST_DB_POOL_MAX_LIFETIME
db-pre-request String Y PGRST_DB_PRE_REQUEST pgrst.db_pre_request
db-prepared-statements Boolean True Y PGRST_DB_PREPARED_STATEMENTS pgrst.db_prepared_statements
@@ -295,6 +295,13 @@ db-pool
Number of maximum connections to keep open in PostgREST's database pool.
.. _db-pool-acquisition-timeout:
db-pool-acquisition-timeout
---------------------------
Specifies the maximum time in seconds that the request will wait for the pool to free up a connection slot to the database.
.. _db-pool-max-idletime:
db-pool-max-idletime
@@ -304,13 +311,6 @@ db-pool-max-idletime
Time in seconds to close idle pool connections.
.. _db-pool-acquisition-timeout:
db-pool-acquisition-timeout
---------------------------
Specifies the maximum time in seconds that the request will wait for the pool to free up a connection slot to the database.
.. _db-pool-max-lifetime:
db-pool-max-lifetime