diff options
author | Erik Johnston <erikj@element.io> | 2024-08-29 13:26:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 12:26:17 +0000 |
commit | b21134de3bc68242afb72248c0fd93dae675cbcf (patch) | |
tree | 8663b2ace251c1fb9da93c24eeb2bf22d9b561fd /synapse/http/matrixfederationclient.py | |
parent | docs: fix typo in saml2_config example (#17594) (diff) | |
download | synapse-b21134de3bc68242afb72248c0fd93dae675cbcf.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 |