diff options
author | Shay <hillerys@element.io> | 2023-05-31 15:13:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 15:13:48 -0700 |
commit | 6d9e2fd8782a6610d6daf499d141e67f476b2f8c (patch) | |
tree | 5f4ae23946b48cd88f33bdf96418bd77f8c90e8e | |
parent | Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin... (diff) | |
download | synapse-6d9e2fd8782a6610d6daf499d141e67f476b2f8c.tar.xz |
Speed up background jobs populate_full_user_id_user_filters and populate_full_user_id_profiles (#15700)
-rw-r--r-- | changelog.d/15700.misc | 1 | ||||
-rw-r--r-- | synapse/storage/databases/main/filtering.py | 2 | ||||
-rw-r--r-- | synapse/storage/databases/main/profile.py | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/15700.misc b/changelog.d/15700.misc new file mode 100644 |