summary refs log tree commit diff
path: root/synapse/util/jsonobject.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-25Make sure that we close cursors before returning from a query (#6408)Richard van der Hoff3-10/+44
There are lots of words in the comment as to why this is a good idea. Fixes #6403.
2019-11-26Improve the performance of structured logging (#6322)Amber Brown4-30/+93