forked from MirrorHub/synapse
a5cd05beee
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.
1 line
105 B
Text
1 line
105 B
Text
Fix performance regression in responding to user key requests over federation. Introduced in v1.34.0rc1.
|