forked-synapse/synapse/media
Erik Johnston 9f9ec92526
Speed up responding to media requests (#17558)
We do this by reading from a threadpool, rather than blocking the main
thread.

This is broadly what we do in the [S3 storage
provider](https://github.com/matrix-org/synapse-s3-storage-provider/blob/main/s3_storage_provider.py#L234)
2024-08-13 14:06:17 +01:00
..
_base.py Speed up responding to media requests (#17558) 2024-08-13 14:06:17 +01:00
filepath.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
media_repository.py Prepare for authenticated media freeze (#17433) 2024-07-22 10:33:17 +01:00
media_storage.py Speed up responding to media requests (#17558) 2024-08-13 14:06:17 +01:00
oembed.py Bump lxml-stubs from 0.4.0 to 0.5.1 (#16885) 2024-02-06 09:29:17 +00:00
preview_html.py Bump lxml-stubs from 0.4.0 to 0.5.1 (#16885) 2024-02-06 09:29:17 +00:00
storage_provider.py Speed up responding to media requests (#17558) 2024-08-13 14:06:17 +01:00
thumbnailer.py Speed up responding to media requests (#17558) 2024-08-13 14:06:17 +01:00
url_previewer.py Fix slipped logging context when media rejected (#17239) 2024-05-29 11:14:42 +01:00