diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-04-03 13:21:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 13:21:30 +0100 |
commit | 0f05fd15304f1931ef167351de63cc8ffa1d3a98 (patch) | |
tree | 54486cbe2c4718ac00825ab4c8690e995b63839e /changelog.d | |
parent | Merge pull request #7190 from matrix-org/rav/one_bg_update_at_a_time (diff) | |
download | synapse-0f05fd15304f1931ef167351de63cc8ffa1d3a98.tar.xz |
Reduce the number of calls to `resource.getrusage` (#7183)
Let's just call `getrusage` once on each logcontext change, rather than twice.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7183.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7183.misc b/changelog.d/7183.misc new file mode 100644 index 0000000000..731f4dcb52 --- /dev/null +++ b/changelog.d/7183.misc @@ -0,0 +1 @@ +Clean up some LoggingContext code. |