summary refs log tree commit diff
path: root/tests/storage/test_event_federation.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid creating events with huge numbers of prev_eventsRichard van der Hoff2018-04-161-0/+68
In most cases, we limit the number of prev_events for a given event to 10 events. This fixes a particular code path which created events with huge numbers of prev_events.