diff options
author | David Robertson <davidr@element.io> | 2023-01-30 21:27:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 21:27:52 +0000 |
commit | cbb0ee43cc6ebb144de989421053d5a8d72cfe31 (patch) | |
tree | 7e4e72d47a5235dc274d0f9de1055dc975262c28 /docs/SUMMARY.md | |
parent | Describe faster joins (diff) | |
download | synapse-cbb0ee43cc6ebb144de989421053d5a8d72cfe31.tar.xz |
Initial batch of notes on faster joins (#14677)
Co-authored-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> Co-authored-by: Shay <hillerys@element.io>
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 8d68719958..ade77d4926 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -97,6 +97,7 @@ - [Log Contexts](log_contexts.md) - [Replication](replication.md) - [TCP Replication](tcp_replication.md) + - [Faster remote joins](development/synapse_architecture/faster_joins.md) - [Internal Documentation](development/internal_documentation/README.md) - [Single Sign-On]() - [SAML](development/saml.md) |