mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 19:44:21 +00:00
6a97be7bde
# Which Problems Are Solved - `pgxpool -> pgx` dependency throws "MaxSize must be >= 1" on init if `postgres.MaxOpenConns` isn't set in the ZItadel config # How the Problems Are Solved Only override the `MaxConns` with the Zitadel configured `MaxOpenConns` if greater than 0 (default value). The default `MaxConns` [is derived by `pgxpool`]( |
||
---|---|---|
.. | ||
cockroach | ||
dialect | ||
migrate | ||
mock | ||
postgres | ||
database_test.go | ||
database.go | ||
type_test.go | ||
type.go |