synapse-old/synapse/app
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
..
__init__.py
_base.py Freeze allocated objects on startup. (#6953) 2020-02-19 15:09:00 +00:00
admin_cmd.py
appservice.py
client_reader.py Allow moving group read APIs to workers (#6866) 2020-02-07 11:14:19 +00:00
event_creator.py
federation_reader.py Add support for putting fed user query API on workers (#6873) 2020-02-07 15:45:39 +00:00
federation_sender.py
frontend_proxy.py
homeserver.py
media_repository.py
pusher.py
synchrotron.py
user_dir.py