diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-13 12:40:09 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-08-13 16:20:38 +0100 |
commit | aedfec3ad75f9986e03ecd64dee2ce6f9af0ee13 (patch) | |
tree | 95f7fdb57e5a0f5033a1f90f1a0975c250f26297 | |
parent | Retry well-known lookup before expiry. (diff) | |
download | synapse-aedfec3ad75f9986e03ecd64dee2ce6f9af0ee13.tar.xz |
Newsfile
-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. |