-
- Downloads
Request partial joins by default (#14905)
* Request partial joins by default This is a little sloppy, but we are trying to gain confidence in faster joins in the upcoming RC. Admins can still opt out by adding the following to their Synapse config: ```yaml experimental: faster_joins: false ``` We may revert this change before the release proper, depending on how testing in the wild goes. * Changelog * Try to fix the backfill test failures * Upgrade notes * Postgres compat?
Showing
- changelog.d/14905.feature 1 addition, 0 deletionschangelog.d/14905.feature
- docs/upgrade.md 13 additions, 0 deletionsdocs/upgrade.md
- synapse/config/experimental.py 1 addition, 1 deletionsynapse/config/experimental.py
- synapse/storage/databases/main/stream.py 34 additions, 6 deletionssynapse/storage/databases/main/stream.py
changelog.d/14905.feature
0 → 100644
Please register or sign in to comment