summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorAzrenbeth <7782548+Azrenbeth@users.noreply.github.com>2021-09-28 17:07:11 +0100
committerAzrenbeth <7782548+Azrenbeth@users.noreply.github.com>2021-09-28 17:16:23 +0100
commit1a50b18994707c17f1cd82bc2283689d2b09b0b9 (patch)
treecb53bbe998799ef1c98375c36d4253f2bc702f53 /synapse/python_dependencies.py
parentMake the looping call wait until the previous run has finished (diff)
downloadsynapse-1a50b18994707c17f1cd82bc2283689d2b09b0b9.tar.xz
Update name to 'synapse_auto_compressor'
Diffstat (limited to '')
-rw-r--r--synapse/python_dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py

index 7c5570976e..ef6c86fd66 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py
@@ -115,7 +115,7 @@ CONDITIONAL_REQUIREMENTS = { # Required to use experimental `caches.track_memory_usage` config option. "cache_memory": ["pympler"], # Needs to be manually installed to use - "auto_compressor": ["auto_compressor"], + "synapse_auto_compressor": ["synapse_auto_compressor"], } ALL_OPTIONAL_REQUIREMENTS: Set[str] = set()