MatrixSynapse/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 Port synapse.replication.tcp to async/await (#6666) 2020-01-16 09:16:12 +00:00
appservice.py Port synapse.replication.tcp to async/await (#6666) 2020-01-16 09:16:12 +00:00
client_reader.py Allow moving group read APIs to workers (#6866) 2020-02-07 11:14:19 +00:00
event_creator.py Allow monthly active user limiting support for worker mode, fixes #4639. (#6742) 2020-01-22 11:05:14 +00:00
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 Fix race in federation sender that delayed device updates. (#6799) 2020-01-29 11:23:01 +00:00
frontend_proxy.py
homeserver.py Allow additional_resources to implement Resource directly (#6686) 2020-01-13 12:42:44 +00:00
media_repository.py
pusher.py Port synapse.replication.tcp to async/await (#6666) 2020-01-16 09:16:12 +00:00
synchrotron.py Allow monthly active user limiting support for worker mode, fixes #4639. (#6742) 2020-01-22 11:05:14 +00:00
user_dir.py Port synapse.replication.tcp to async/await (#6666) 2020-01-16 09:16:12 +00:00