mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Update dendrite.yaml.j2
This commit is contained in:
parent
40f067148d
commit
c93eb1dbf7
@ -293,10 +293,10 @@ media_api:
|
|||||||
max_file_size_bytes: {{ matrix_dendrite_max_file_size_bytes|to_json }}
|
max_file_size_bytes: {{ matrix_dendrite_max_file_size_bytes|to_json }}
|
||||||
|
|
||||||
# Whether to dynamically generate thumbnails if needed.
|
# Whether to dynamically generate thumbnails if needed.
|
||||||
dynamic_thumbnails: {{ matrix_dendrite_mediaapi_dynamic_thumbnails }}
|
dynamic_thumbnails: {{ matrix_dendrite_mediaapi_dynamic_thumbnails|to_json }}
|
||||||
|
|
||||||
# The maximum number of simultaneous thumbnail generators to run.
|
# The maximum number of simultaneous thumbnail generators to run.
|
||||||
max_thumbnail_generators: {{ matrix_dendrite_mediaapi_max_thumbnails_generators }}
|
max_thumbnail_generators: {{ matrix_dendrite_mediaapi_max_thumbnails_generators|to_json }}
|
||||||
|
|
||||||
# A list of thumbnail sizes to be generated for media content.
|
# A list of thumbnail sizes to be generated for media content.
|
||||||
thumbnail_sizes:
|
thumbnail_sizes:
|
||||||
|
Loading…
Reference in New Issue
Block a user