diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-14 09:53:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-14 09:53:33 +0100 |
commit | 09f6152a1153b0f3b5430d1f14eb3e7ee74317c3 (patch) | |
tree | 4ccf454c591786c350023988a66c50bc89220e9a /changelog.d | |
parent | 1.3.0rc1 (diff) | |
parent | Newsfile (diff) | |
download | synapse-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.misc | 1 |
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. |