summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-08-14 12:41:53 +0100
committerGitHub <noreply@github.com>2024-08-14 12:41:53 +0100
commita51daffba5e58489f93f76a074aa7d6f73533226 (patch)
tree763af7bc988d7617825aefb30f56a4b250a048f4 /scripts-dev
parentHandle lower-case http headers in `_Mulitpart_Parser_Protocol` (#17545) (diff)
downloadsynapse-a51daffba5e58489f93f76a074aa7d6f73533226.tar.xz
Reduce concurrent thread usage in media (#17567)
Follow on from #17558

Basically, we want to reduce the number of threads we want to use at a
time, i.e. reduce the number of threads that are paused/blocked. We do
this by returning from the thread when the consumer pauses the producer,
rather than pausing in the thread.

---------

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'scripts-dev')
0 files changed, 0 insertions, 0 deletions