summary refs log tree commit diff
path: root/tests/storage/test_txn_limit.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix codestyle CI from #10440 (#10511)reivilibre2021-08-021-1/+1
| | | Co-authored-by: Erik Johnston <erik@matrix.org>
* Allow setting transaction limit for db connections (#10440)Toni Spets2021-08-021-0/+36
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>