MatrixSynapse/synapse/util
Erik Johnston c842c581ed
When joining a remote room limit the number of events we concurrently check signatures/hashes for (#10117)
If we do hundreds of thousands at once the memory overhead can easily reach 500+ MB.
2021-06-08 11:07:46 +01:00
..
caches Combine `LruCache.invalidate` and `invalidate_many` (#9973) 2021-05-27 10:33:56 +01:00
__init__.py
async_helpers.py When joining a remote room limit the number of events we concurrently check signatures/hashes for (#10117) 2021-06-08 11:07:46 +01:00
batching_queue.py Fix up `BatchingQueue` (#10078) 2021-05-27 14:32:31 +01:00
daemonize.py
distributor.py
file_consumer.py
frozenutils.py
hash.py Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
httpresourcetree.py
iterutils.py Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
jsonobject.py
logcontext.py
logformatter.py
macaroons.py
manhole.py
metrics.py
module_loader.py Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
msisdn.py Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
patch_inline_callbacks.py
ratelimitutils.py
retryutils.py
rlimit.py
stringutils.py
templates.py
threepids.py
versionstring.py
wheel_timer.py