diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-04-07 23:06:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 23:06:39 +0100 |
commit | f31e65a749f84f8b3278c91784509d908d4fb342 (patch) | |
tree | 4fa03aa38a97632213b1af2b0dc851afcf721c4c /changelog.d | |
parent | Merge pull request #7239 from matrix-org/rav/replication_cleanup (diff) | |
download | synapse-f31e65a749f84f8b3278c91784509d908d4fb342.tar.xz |
bg update to clear out duplicate outbound_device_list_pokes (#7193)
We seem to have some duplicates, which could do with being cleared out.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7193.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7193.misc b/changelog.d/7193.misc new file mode 100644 index 0000000000..383a738e64 --- /dev/null +++ b/changelog.d/7193.misc @@ -0,0 +1 @@ +Add a background database update job to clear out duplicate `device_lists_outbound_pokes`. |