Skip to content
Snippets Groups Projects
  • David Robertson's avatar
    4607be0b
    Request partial joins by default (#14905) · 4607be0b
    David Robertson authored
    * 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?
    4607be0b
    History
    Request partial joins by default (#14905)
    David Robertson authored
    * 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?