diff options
author | Erik Johnston <erik@matrix.org> | 2022-06-07 16:35:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 14:35:56 +0100 |
commit | a7e506ddee16919cf543370899c756ec2d6685a8 (patch) | |
tree | 3285b9e5f9e221c08786e257d2da114775dc5e93 /changelog.d/12963.misc | |
parent | Fix a stale comment in get_room_version_id_txn. (#12969) (diff) | |
download | synapse-a7e506ddee16919cf543370899c756ec2d6685a8.tar.xz |
Reduce amount of state we pull out when attempting to send catchup PDUs. (#12963)
* Don't pull out state for catchup * Newsfile * Merge newsfile
Diffstat (limited to 'changelog.d/12963.misc')
-rw-r--r-- | changelog.d/12963.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12963.misc b/changelog.d/12963.misc new file mode 100644 index 0000000000..d57e1aca6b --- /dev/null +++ b/changelog.d/12963.misc @@ -0,0 +1 @@ +Reduce the amount of state we pull from the DB. |