mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
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>
1 line
96 B
Text
1 line
96 B
Text
Speed up federation transmission by using fewer database calls. Contributed by @ShadowJonathan.
|