Skip to content
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

Use NIOThreadPool.singleton instead of .createNew in multipart upload #695

Merged
merged 5 commits into from
Oct 6, 2023

Conversation

adam-fowler
Copy link
Member

No description provided.

@adam-fowler
Copy link
Member Author

Looks like we have to do this on a background thread, as the first reference to .singleton will create it and if this isn't on a background thread we get a thread priority inversion warning.

@adam-fowler adam-fowler merged commit 92623a6 into main Oct 6, 2023
6 checks passed
@adam-fowler adam-fowler deleted the threadpool-singleton branch October 6, 2023 08:01
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