mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 11:41:38 +00:00
Reduce max_open_conns
in monolith sample config
This commit is contained in:
parent
085bf5e28b
commit
a767102f8a
@ -37,7 +37,7 @@ global:
|
||||
# you must configure the "database" block for each component instead.
|
||||
database:
|
||||
connection_string: postgresql://username:password@hostname/dendrite?sslmode=disable
|
||||
max_open_conns: 100
|
||||
max_open_conns: 90
|
||||
max_idle_conns: 5
|
||||
conn_max_lifetime: -1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user