diff options
author | Erik Johnston <erikj@element.io> | 2024-01-10 12:29:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 12:29:42 +0000 |
commit | c3f2f0f063e5d97e1ae396b85330ea249499f077 (patch) | |
tree | 45a2b9055e2c918927f07f9a10d91bb4c2a9e4bc /poetry.lock | |
parent | Bump authlib from 1.2.1 to 1.3.0 (#16801) (diff) | |
download | synapse-c3f2f0f063e5d97e1ae396b85330ea249499f077.tar.xz |
Faster partial join to room with complex auth graph (#7)
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.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions