From c3f2f0f063e5d97e1ae396b85330ea249499f077 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 10 Jan 2024 12:29:42 +0000 Subject: 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. --- changelog.d/7.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/7.misc (limited to 'changelog.d') diff --git a/changelog.d/7.misc b/changelog.d/7.misc new file mode 100644 index 0000000000..63f1fb77ff --- /dev/null +++ b/changelog.d/7.misc @@ -0,0 +1 @@ +Faster partial join to room with complex auth graph. -- cgit 1.4.1