synapse/changelog.d/17884.misc
Erik Johnston 83513b75f7
Speed up sliding sync by computing extensions in parallel (#17884)
The main change here is to add a helper function
`gather_optional_coroutines`, which works in a similar way as
`yieldable_gather_results` but takes a set of coroutines rather than a
function
2024-10-30 10:51:04 +00:00

1 line
76 B
Text

Minor speed-up of sliding sync by computing extensions results in parallel.