diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-09-18 13:12:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 13:12:14 -0500 |
commit | 61b7c31772034fe63b311bd63d7c3d7e24551cdf (patch) | |
tree | 420c50d034e3c23e6497fc26cf31c90a824c8c1f | |
parent | Sliding Sync: bugfix: ensure we can sync with SSS even with missing rooms (#1... (diff) | |
download | synapse-61b7c31772034fe63b311bd63d7c3d7e24551cdf.tar.xz |
Sliding Sync: Shortcut for checking if certain background updates have completed (#17724)
Shortcut for checking if certain background updates have completed Pulling this change out from one of @erikjohnston's branches (https://github.com/element-hq/synapse/compare/develop...erikj/ss_perf) --------- Co-authored-by: Erik Johnston <erikj@element.io>
-rw-r--r-- | changelog.d/17724.misc | 1 | ||||
-rw-r--r-- | synapse/storage/background_updates.py | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/changelog.d/17724.misc b/changelog.d/17724.misc new file mode 100644 |