Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Don't go into federation catch up mode so easily #9561

Merged
merged 9 commits into from
Mar 15, 2021

Commits on Mar 8, 2021

  1. Don't go into federation catch up mode so easily

    Federation catch up mode is very inefficient if the number of events
    that the remote server has missed is small, since handling gaps can be
    very expensive, c.f. #9492.
    
    Instead of going into catch up mode whenever we see an error, we instead
    do so only if we've backed off from trying the remote for more than an
    hour (the assumption being that in such a case it is more than a
    transient failure).
    erikjohnston committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    f4ec26d View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    52510c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    7becd94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    454da8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f04ecc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6effcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0bf228 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Fix tests

    erikjohnston committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    b90c517 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Review comments

    erikjohnston committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    216d12d View commit details
    Browse the repository at this point in the history