mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-06 09:36:46 +00:00
docs: Update _postgres.mdx (#7027)
Update _postgres.mdx Added MaxIdleConns since this option is missing in the Postgres database settings. My implementation was slow, because this setting wasn't set and I found it after checking the larger config files. Might have value to show that this value can be set in the database specific page. Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
parent
8c85318fbd
commit
fb235d7ea1
@ -17,6 +17,7 @@ Database:
|
||||
Port: 5432
|
||||
Database: zitadel
|
||||
MaxOpenConns: 25
|
||||
MaxIdleConns: 10
|
||||
MaxConnLifetime: 1h
|
||||
MaxConnIdleTime: 5m
|
||||
Options:
|
||||
|
Loading…
x
Reference in New Issue
Block a user