feat: add db-pool-timeout alias

For db-pool-max-idletime
This commit is contained in:
steve-chavez
2023-05-22 18:34:18 -03:00
committed by Steve Chavez
parent 38ad8c04e1
commit 009250006e
4 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2786, Limit idle postgresql connection lifetime - @robx
+ New option `db-pool-max-idletime` (default 30s).
+ This is equivalent to the old option `db-pool-timeout`
of PostgREST 10.0.0.
+ This is equivalent to the old option `db-pool-timeout` of PostgREST 10.0.0.
+ A config alias for `db-pool-timeout` is included.
## [11.0.1] - 2023-04-27