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

fixed DEF_THREADS = 0 on Android due to node.js os.cpus().length not … #5

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

voepiter
Copy link
Contributor

@voepiter voepiter commented Jan 2, 2025

caused by number of encoding threads DEF_THREADS=0
node.js os.cpus().length not returning number
of cpu cores on Android / Termux
Issue #4

caused by number of encoding threads DEF_THREADS=0
because node.js os.cpus().length not returning number
of cpu cores on Android / Termux
Issue john32b#4
@john32b john32b merged commit 0c139da into john32b:master Jan 3, 2025
@john32b
Copy link
Owner

john32b commented Jan 3, 2025

oh there was a bug. Thanks for fixing this!

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