MatrixSynapse/synapse/util
Erik Johnston 7004f43da1
Move DNS lookups into separate thread pool (#11177)
This is to stop large bursts of lookups starving out other users of the
thread pools.

Fixes #11049.
2021-10-26 13:45:38 +01:00
..
caches More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00
__init__.py Relax `ignore-missing-imports` for modules that have stubs now and update mypy (#11006) 2021-10-08 14:49:41 +01:00
async_helpers.py Fix long-standing bug where `ReadWriteLock` could drop logging contexts (#10993) 2021-10-08 12:27:16 +01:00
batching_queue.py
daemonize.py More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00
distributor.py
file_consumer.py
frozenutils.py
gai_resolver.py Move DNS lookups into separate thread pool (#11177) 2021-10-26 13:45:38 +01:00
hash.py
httpresourcetree.py
iterutils.py
linked_list.py
logcontext.py
logformatter.py
macaroons.py
manhole.py
metrics.py More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00
module_loader.py
msisdn.py
patch_inline_callbacks.py More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00
ratelimitutils.py
retryutils.py
rlimit.py
stringutils.py
templates.py
threepids.py
versionstring.py More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00
wheel_timer.py