summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-08-14 09:53:33 +0100
committerGitHub <noreply@github.com>2019-08-14 09:53:33 +0100
commit09f6152a1153b0f3b5430d1f14eb3e7ee74317c3 (patch)
tree4ccf454c591786c350023988a66c50bc89220e9a /changelog.d
parent1.3.0rc1 (diff)
parentNewsfile (diff)
downloadsynapse-09f6152a1153b0f3b5430d1f14eb3e7ee74317c3.tar.xz
Merge pull request #5844 from matrix-org/erikj/retry_well_known_lookup
Retry well-known lookup before expiry. 
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5844.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5844.misc b/changelog.d/5844.misc
new file mode 100644
index 0000000000..a0826af0d2
--- /dev/null
+++ b/changelog.d/5844.misc
@@ -0,0 +1 @@
+Retry well-known lookup before the cache expires, giving a grace period where the remote well-known can be down but we still use the old result.