diff options
author | Erik Johnston <erikj@matrix.org> | 2023-08-23 13:04:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 13:04:46 +0100 |
commit | 86ecd341ec93167fbb5a335237c1cd629e7256a2 (patch) | |
tree | dfd302d1e79f9a59b47501d5a959f3410aaeacdb /changelog.d | |
parent | Task scheduler: mark task as active if we are scheduling ASAP (#16165) (diff) | |
download | synapse-86ecd341ec93167fbb5a335237c1cd629e7256a2.tar.xz |
Always update `retry_last_ts` (#16164)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16164.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16164.bugfix b/changelog.d/16164.bugfix new file mode 100644 index 0000000000..17284297cf --- /dev/null +++ b/changelog.d/16164.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in 1.87 where synapse would send an excessive amount of federation requests to servers which have been offline for a long time. Contributed by Nico. |