summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-04-03 13:21:30 +0100
committerGitHub <noreply@github.com>2020-04-03 13:21:30 +0100
commit0f05fd15304f1931ef167351de63cc8ffa1d3a98 (patch)
tree54486cbe2c4718ac00825ab4c8690e995b63839e /changelog.d
parentMerge pull request #7190 from matrix-org/rav/one_bg_update_at_a_time (diff)
downloadsynapse-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.misc1
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.