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

Configurable concurrency limit #157

Merged
merged 2 commits into from
Nov 28, 2023
Merged

Configurable concurrency limit #157

merged 2 commits into from
Nov 28, 2023

Conversation

poszu
Copy link
Collaborator

@poszu poszu commented Nov 28, 2023

Added configuration options for:

  • max concurrent requests to process in parallel (default to the number of physical CPU cores)
  • RandomX mode (defaults to Light) - expected to be set to Fast in prod

Copy link

codecov bot commented Nov 28, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (e5d891f) 93.88% compared to head (aa2be08) 93.68%.

Files Patch % Lines
certifier/src/configuration.rs 36.36% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #157      +/-   ##
==========================================
- Coverage   93.88%   93.68%   -0.20%     
==========================================
  Files          24       24              
  Lines        3009     3026      +17     
==========================================
+ Hits         2825     2835      +10     
- Misses        184      191       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@poszu poszu requested review from pigmej and fasmat November 28, 2023 06:57
@poszu poszu merged commit 1e96cea into main Nov 28, 2023
17 of 18 checks passed
@poszu poszu deleted the configurable-concurrency-limit branch November 28, 2023 14:17
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