summary refs log tree commit diff
path: root/changelog.d/9702.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Experimental Federation Speedup (#9702)"Andrew Morgan2021-04-281-1/+0
| | | | This reverts commit 05e8c70c059f8ebb066e029bc3aa3e0cefef1019.
* Experimental Federation Speedup (#9702)Jonathan de Jong2021-04-141-0/+1
This basically speeds up federation by "squeezing" each individual dual database call (to destinations and destination_rooms), which previously happened per every event, into one call for an entire batch (100 max). Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>