mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
0b07f02e19
We should explicitly close any db connections we open, because failing to do so can block other transactions as per https://github.com/matrix-org/synapse/issues/3682. Let's also try to factor out some of the boilerplate by having server classes define their datastore class rather than duplicating the whole of `setup`. |
||
---|---|---|
.. | ||
__init__.py | ||
_base.py | ||
appservice.py | ||
client_reader.py | ||
event_creator.py | ||
federation_reader.py | ||
federation_sender.py | ||
frontend_proxy.py | ||
homeserver.py | ||
media_repository.py | ||
pusher.py | ||
synchrotron.py | ||
synctl.py | ||
user_dir.py |