summary refs log tree commit diff
path: root/synapse/logging/formatter.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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 wr