summary refs log tree commit diff
path: root/changelog.d/11583.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable aggregation bundling on `/sync` responses (#11583)Richard van der Hoff2021-12-201-0/+1
* Disable aggregation bundling on `/sync` responses A partial revert of #11478. This turns out to have had a significant CPU impact on initial-sync handling. For now, let's disable it, until we find a more efficient way of achieving this. * Fix tests. Co-authored-by: Patrick Cloke <patrickc@matrix.org>