summary refs log tree commit diff
path: root/tests/storage/test_cleanup_extrems.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run as background process and fix commentsErik Johnston2019-06-191-1/+1
|
* Add experimental option to reduce extremities.Erik Johnston2019-06-181-0/+41
| | | | | | | Adds new config option `cleanup_extremities_with_dummy_events` which periodically sends dummy events to rooms with more than 10 extremities. THIS IS REALLY EXPERIMENTAL.
* Expose statistics on extrems to prometheus (#5384)Amber Brown2019-06-131-79/+49
|
* Set default room version to v4. (#5379)Neil Johnson2019-06-061-0/+6
| | | | Set default room version to v4.
* Add testErik Johnston2019-05-291-0/+248