diff options
author | Erik Johnston <erik@matrix.org> | 2023-07-24 13:43:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 13:43:43 +0100 |
commit | 654902a7583d20d7e0b57dc4634fbe573ff99993 (patch) | |
tree | 3eea0bc1a8ec237d31308083130c2b188533c54c /changelog.d | |
parent | Bump click from 8.1.3 to 8.1.6 (#15984) (diff) | |
download | synapse-654902a7583d20d7e0b57dc4634fbe573ff99993.tar.xz |
Resync stale devices in background (#15975)
This is so we don't block responding to federation transaction while we try and fetch the device lists.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15975.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15975.bugfix b/changelog.d/15975.bugfix new file mode 100644 index 0000000000..59738cca0a --- /dev/null +++ b/changelog.d/15975.bugfix @@ -0,0 +1 @@ +Fix bug where resyncing stale device lists could block responding to federation transactions, and thus delay receiving new data from the remote server. |