Allow setting transaction limit for db connections (#10440)
Setting the value will help PostgreSQL free up memory by recycling
the connections in the connection pool.
Signed-off-by:
Toni Spets <toni.spets@iki.fi>
Showing
- changelog.d/10440.feature 1 addition, 0 deletionschangelog.d/10440.feature
- docs/sample_config.yaml 4 additions, 0 deletionsdocs/sample_config.yaml
- synapse/config/database.py 4 additions, 0 deletionssynapse/config/database.py
- synapse/storage/database.py 21 additions, 0 deletionssynapse/storage/database.py
- tests/storage/test_txn_limit.py 36 additions, 0 deletionstests/storage/test_txn_limit.py
- tests/utils.py 3 additions, 0 deletionstests/utils.py
Loading
Please register or sign in to comment