summary refs log tree commit diff
path: root/changelog.d/10221.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.37.0rc1Brendan Abolivier2021-06-231-1/+0
|
* Fix performance of responding to user key requests over federation (#10221)Erik Johnston2021-06-211-0/+1
We were repeatedly looking up a config option in a loop (using the unclassed config style), which is expensive enough that it can cause large CPU usage.