diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-12 13:00:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-12 13:00:13 +0100 |
commit | 3d882a7ba52114f18ec6be61c51561db203a0534 (patch) | |
tree | d665327f402ef3b7225daa6ce28a67bac916a546 /synapse | |
parent | Fix bug in calculating the federation retry backoff period (#6025) (diff) | |
download | synapse-3d882a7ba52114f18ec6be61c51561db203a0534.tar.xz |
Remove the cap on federation retry interval. (#6026)
Essentially the intention here is to end up blacklisting servers which never respond to federation requests. Fixes https://github.com/matrix-org/synapse/issues/5113.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/util/retryutils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/util/retryutils.py b/synapse/util/retryutils.py |