We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8535b commit 58ccf9bCopy full SHA for 58ccf9b
synapse/app/_base.py
@@ -751,7 +751,7 @@ def max_request_body_size(config: HomeServerConfig) -> int:
751
#
752
# in short, we somewhat arbitrarily limit requests to 200 * 64K (about 12.5M)
753
754
- max_request_size = 200 * MAX_PDU_SIZE
+ max_request_size = 1000 * MAX_PDU_SIZE
755
756
# if we have a media repo enabled, we may need to allow larger uploads than that
757
if config.media.can_load_media_repo:
0 commit comments