summary refs log tree commit diff
path: root/synapse/replication/tcp/resource.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-10Refactor logcontext resource usage tracking (#3501)Richard van der Hoff5-130/+146
Factor out the resource usage tracking out to a separate object, which can be passed around and copied independently of the logcontext itself.
2018-07-10