diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-12 09:56:58 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-08-12 09:56:58 +0100 |
commit | 41546f946e896ba6ca0ce2b98cf13d04ef516f13 (patch) | |
tree | d689e2e385f3af80b73d7a807626c7cca20f5165 | |
parent | Move well known lookup into a separate clas (diff) | |
download | synapse-41546f946e896ba6ca0ce2b98cf13d04ef516f13.tar.xz |
Newsfile
-rw-r--r-- | changelog.d/5836.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5836.misc b/changelog.d/5836.misc new file mode 100644 index 0000000000..18f2488201 --- /dev/null +++ b/changelog.d/5836.misc @@ -0,0 +1 @@ +Add a lower bound to well-known lookup cache time to avoid repeated lookups. |