From 86ecd341ec93167fbb5a335237c1cd629e7256a2 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 23 Aug 2023 13:04:46 +0100 Subject: Always update `retry_last_ts` (#16164) --- changelog.d/16164.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16164.bugfix (limited to 'changelog.d/16164.bugfix') 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. -- cgit 1.5.1