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

Allow environment var GOMAXPROCS=<N> to override NumCPU(). #56

Merged
merged 1 commit into from
Jun 14, 2022

Conversation

moodyjon
Copy link
Collaborator

Default value of GOMAXPROCS is NumCPU(), so ordinary behavior does not change.

However, this allows tuning the number of threads used for claimtrie rebuild.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2496946736

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.007%) to 51.823%

Totals Coverage Status
Change from base Build 2450492318: 0.007%
Covered Lines: 22456
Relevant Lines: 43332

💛 - Coveralls

@roylee17
Copy link
Collaborator

LGTM. Thanks

@roylee17 roylee17 merged commit 7085290 into lbryio:master Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants