diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-06 08:20:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 08:20:42 -0400 |
commit | c36228c40340f521ad52591ac3eab14946db4be2 (patch) | |
tree | f1e8084a2d189017a344ad34a95c5f967044916a /changelog.d | |
parent | Improve performance of the register endpoint (#8009) (diff) | |
download | synapse-c36228c40340f521ad52591ac3eab14946db4be2.tar.xz |
Convert run_as_background_process inner function to async. (#8032)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8032.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8032.misc b/changelog.d/8032.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8032.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |