diff options
author | reivilibre <oliverw@matrix.org> | 2022-04-01 13:08:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 13:08:55 +0100 |
commit | f8712228801d9c4753e65819fa4241818b56953b (patch) | |
tree | fffb61404df1fe81c8598a1ac4b7d37c62747638 /changelog.d | |
parent | Raise an exception when getting state at an outlier (#12191) (diff) | |
download | synapse-f8712228801d9c4753e65819fa4241818b56953b.tar.xz |
Move `update_client_ip` background job from the main process to the background worker. (#12251)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12251.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12251.feature b/changelog.d/12251.feature new file mode 100644 index 0000000000..ba9ede03c6 --- /dev/null +++ b/changelog.d/12251.feature @@ -0,0 +1 @@ +Offload the `update_client_ip` background job from the main process to the background worker, when using Redis-based replication. |