summary refs log tree commit diff
path: root/changelog.d/5250.misc
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-05-24 22:17:18 +0100
committerGitHub <noreply@github.com>2019-05-24 22:17:18 +0100
commitfa1b293da2e0a5e47864ccb49e530d8a81d81790 (patch)
tree192ba8a0cb6eab2f6bbdd2eef78aafcbd91b5134 /changelog.d/5250.misc
parentFix appservice timestamp massaging (#5233) (diff)
downloadsynapse-fa1b293da2e0a5e47864ccb49e530d8a81d81790.tar.xz
Simplification to Keyring.wait_for_previous_lookups. (#5250)
The list of server names was redundant, since it was equivalent to the keys on
the server_to_deferred map. This reduces the number of large lists being passed
around, and has the benefit of deduplicating the entries in `wait_on`.
Diffstat (limited to 'changelog.d/5250.misc')
-rw-r--r--changelog.d/5250.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5250.misc b/changelog.d/5250.misc
new file mode 100644
index 0000000000..575a299a82
--- /dev/null
+++ b/changelog.d/5250.misc
@@ -0,0 +1 @@
+Simplification to Keyring.wait_for_previous_lookups.