bundles/mautrix-telegram: disable parallel file transfers for now
This commit is contained in:
parent
f96c53ee8a
commit
c3c510c609
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ bridge:
|
||||||
inline_images: false
|
inline_images: false
|
||||||
image_as_file_size: 10
|
image_as_file_size: 10
|
||||||
max_document_size: 500
|
max_document_size: 500
|
||||||
parallel_file_transfer: true
|
parallel_file_transfer: false # incompatible with matrix-media-repo
|
||||||
federate_rooms: true
|
federate_rooms: true
|
||||||
animated_sticker:
|
animated_sticker:
|
||||||
target: gif
|
target: gif
|
||||||
|
|
Loading…
Reference in a new issue