diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-21 17:50:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-21 17:50:30 +0000 |
commit | 6d65659b62d1e338987a071d2f053cc3447e7ff5 (patch) | |
tree | 26e719696c3ff027be9cff244f8062ebcbbcd6e5 /changelog.d | |
parent | Added HAProxy example (#4660) (diff) | |
download | synapse-6d65659b62d1e338987a071d2f053cc3447e7ff5.tar.xz |
Run push_receipts_to_remotes as background job (#4707)
I suspect the CPU usage metrics for this are going to /dev/null at the moment.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4707.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4707.misc b/changelog.d/4707.misc new file mode 100644 index 0000000000..ef0772b9af --- /dev/null +++ b/changelog.d/4707.misc @@ -0,0 +1 @@ +Run push_receipts_to_remotes as background job. |