diff options
author | Erik Johnston <erikj@element.io> | 2024-08-29 13:26:17 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-08-30 16:37:11 +0100 |
commit | da58e55a0bd4169cc14c3b55deec3b84ce23efa3 (patch) | |
tree | 3814a6bdf5a6d20f8732f8ac61bf680fbcc4c058 /synapse/http/matrixfederationclient.py | |
parent | Fixup changelog (diff) | |
download | synapse-da58e55a0bd4169cc14c3b55deec3b84ce23efa3.tar.xz |
Fix starting non-media repos (#17626)
Regressed in #17543. The `max_download_size` config is not available on workers that don't load the media repo. Besides, we should honour the max_size param that was passed into the function.
Diffstat (limited to '')
-rw-r--r-- | synapse/http/matrixfederationclient.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py |