Skip to content

Larger transcoder threadpool #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 18, 2025
Merged

Conversation

smlevorse
Copy link

We did some profiling and found that for larger values, having more threads in the transcoder service improves throughput on our highest throughput clients.

This PR adds ConnectionFactoryBuilder methods that allow us to control the number of threads desired in the TranscodeService.

Sean Levorse and others added 3 commits August 15, 2025 14:33
Allows configuration of the transcoder thread pool size through
ConnectionFactory and ConnectionFactoryBuilder. The default remains
10 threads to maintain backward compatibility.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Copy link

@AnthonyVu AnthonyVu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me

@smlevorse smlevorse merged commit 334419a into 2.12.1-hs Aug 18, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants