summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-02-19 15:09:00 +0000
committerGitHub <noreply@github.com>2020-02-19 15:09:00 +0000
commitfc87d2ffb39ca17065e19bd42ef25f1c84862d2c (patch)
treed1183f519412c5c5298b46758ce0daa8674e5785 /changelog.d
parentReduce auth chains fetched during v2 state res. (#6952) (diff)
downloadsynapse-fc87d2ffb39ca17065e19bd42ef25f1c84862d2c.tar.xz
Freeze allocated objects on startup. (#6953)
This may make gc go a bit faster as the gc will know things like
caches/data stores etc. are frozen without having to check.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6953.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6953.misc b/changelog.d/6953.misc
new file mode 100644
index 0000000000..0ab52041cf
--- /dev/null
+++ b/changelog.d/6953.misc
@@ -0,0 +1 @@
+Reduce time spent doing GC by freezing objects on startup.