MatrixSynapse/synapse/replication/tcp
Patrick Cloke f4b1a9a527
Require direct references to configuration variables. (#10985)
This removes the magic allowing accessing configurable
variables directly from the config object. It is now required
that a specific configuration class is used (e.g. `config.foo`
must be replaced with `config.server.foo`).
2021-10-06 10:47:41 -04:00
..
streams
__init__.py
client.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
commands.py
external_cache.py
handler.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
protocol.py
redis.py
resource.py