summary refs log tree commit diff
path: root/tests/http/ca.key (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-07Fixes typo (bellow -> below) (#7449)Patrick Cloke3-2/+3
2020-05-07Add more type hints to SAML handler. (#7445)Patrick Cloke3-12/+18
2020-05-07Support any process writing to cache invalidation stream. (#7436)Erik Johnston26-231/+226
2020-05-07Add a configuration setting for the dummy event threshold (#7422)Brendan Abolivier4-1/+31
Add dummy_events_threshold which allows configuring the number of forward extremities a room needs for Synapse to send forward extremities in it.
2020-05-06Improve per-block CPU and DB usage metrics (#7426)Patrick Cloke2-12/+27
2020-05-06Port group attestation renewal slow down from matrix-org-hotfixes (#7442)Andrew Morgan2-4/+3
2020-05-06Make redis go faster with hiredis (#7439)Richard van der Hoff2-1/+4
For the record, the reason we need this is as follows: each RDATA command comes down the redis pipe as a subscription message. txredisapi as written needs at least three reactor ticks to read each subscription message from the tcp buffer. Hence, once the process gets loaded, it starts getting behind, and eventually redis knifes the connection. it then takes ages for the master to work its way through the backlog, before it reconnects again, during which any commands from any workers are dropped.
2020-05-06Stop Auth methods from polling the config on every req. (#7420)Andrew Morgan7-106/+168
2020-05-06