summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-19Simplify PerformanceCounters.update interfaceRichard van der Hoff1-11/+12
we already have the duration for the update, so may as well use it rather than passing extra params around and recalculating it.
2019-06-19Remove unused _get_event_countersRichard van der Hoff1-7/+1
This has been redundant since cdb3757942fefdcdc3d33b9c6d7c9e44decefd6f.