diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-07 14:12:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 14:12:42 +0000 |
commit | 9824a39d807d2d13424095743761930b853fb08f (patch) | |
tree | b043c47b3593a7a3717cf4677e9a731ea256d5dd /changelog.d | |
parent | port BackgroundUpdateTestCase to HomeserverTestCase (#6653) (diff) | |
download | synapse-9824a39d807d2d13424095743761930b853fb08f.tar.xz |
Async/await for background updates (#6647)
so that bg update routines can be async
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6647.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6647.misc b/changelog.d/6647.misc new file mode 100644 index 0000000000..fbe7c0e7db --- /dev/null +++ b/changelog.d/6647.misc @@ -0,0 +1 @@ +Port core background update routines to async/await. |