Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f05bb89

Browse files
committed
fixup! fixup! config: add option for max pending media uploads
Signed-off-by: Sumner Evans <[email protected]>
1 parent 156fe69 commit f05bb89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synapse/media/media_repository.py

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def __init__(self, hs: "HomeServer"):
8080
self.max_upload_size = hs.config.media.max_upload_size
8181
self.max_image_pixels = hs.config.media.max_image_pixels
8282
self.unused_expiration_time = hs.config.media.unused_expiration_time
83-
self.max_pending_media_uploads = hs.config.media.max_pending_media_uploads
8483

8584
Thumbnailer.set_limits(self.max_image_pixels)
8685

0 commit comments

Comments
 (0)