mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 03:25:53 +03:00
c3f2f0f063
Instead of persisting outliers in a bunch of batches, let's just do them all at once. This is fine because all `_auth_and_persist_outliers_inner` is doing is checking the auth rules for each event, which requires the events to be topologically sorted by the auth graph.
1 line
53 B
Text
1 line
53 B
Text
Faster partial join to room with complex auth graph.
|