synapse/changelog.d
Erik Johnston ece66ba61c
Minor perf speed up for large accounts on SSS (#17751)
This works as instead of passing *all* rooms to `record_sent_rooms` we
only need to pass rooms that were previously not in the LIVE state.

This came from a py-spy where we were spending ~10% CPU calling these
functions. Note that `record_sent_rooms` is a no-op for rooms that are
already in the `LIVE` state, so we only need to call them for
`PREVIOUSLY` or `INITIAL` rooms.
2024-09-30 12:58:02 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
17749.doc Remove spurious TODO in debian install step (#17749) 2024-09-26 13:18:28 +01:00
17751.misc Minor perf speed up for large accounts on SSS (#17751) 2024-09-30 12:58:02 +01:00