synapse/changelog.d/6953.misc
Erik Johnston fc87d2ffb3
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.
2020-02-19 15:09:00 +00:00

2 lines
59 B
Plaintext

Reduce time spent doing GC by freezing objects on startup.