Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-26 | Expand changelog entry | Erik Johnston | 1 | -1/+1 | |
2020-10-26 | 1.22.0rc2 | Erik Johnston | 5 | -4/+12 | |
2020-10-26 | Fix get|set_type_stream_id_for_appservice store functions (#8648) | Will Hunt | 4 | -13/+85 | |
2020-10-26 | Fix get|set_type_stream_id_for_appservice store functions (#8648) | Will Hunt | 4 | -13/+85 | |
2020-10-26 | Add field `total` to device list in admin API (#8644) | Dirk Klimpel | 4 | -2/+23 | |
2020-10-26 | Check status codes that profile handler returns (#8580) | LEdoian | 2 | -0/+8 | |
Fixes #8520 Signed-off-by: Pavel Turinsky <pavel.turinsky@matfyz.cz> Co-authored-by: Erik Johnston <erikj@jki.re> | |||||
2020-10-26 | Properly handle presence events for application services. (#8656) | Patrick Cloke | 2 | -4/+6 | |
2020-10-26 | Fix user_daily_visits to not have duplicate rows for UA. (#8654) | Erik Johnston | 2 | -4/+6 | |
* Fix user_daily_visits to not have duplicate rows for UA. Fixes #8641. * Newsfile * Fix typo. Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> | |||||
2020-10-26 | Start fewer opentracing spans (#8640) | Erik Johnston | 8 | -53/+96 | |
#8567 started a span for every background process. This is good as it means all Synapse code that gets run should be in a span (unless in the sentinel logging context), but it means we generate about 15x the number of spans as we did previously. This PR attempts to reduce that number by a) not starting one for send commands to Redis, and b) deferring starting background processes until after we're sure they're necessary. I don't really know how much this will help. | |||||
2020-10-23 |