Closed Stebalien closed 9 months ago
std::thread::available_parallelism is the right function to call now.
std::thread::available_parallelism
Also remove INITIAL_RESERVE_BALANCE which was unused.
INITIAL_RESERVE_BALANCE
Attention: 1 lines in your changes are missing coverage. Please review.
1 lines
Comparison is base (5cd204d) 75.52% compared to head (f1e7935) 54.58%.
5cd204d
f1e7935
std::thread::available_parallelism
is the right function to call now.Also remove
INITIAL_RESERVE_BALANCE
which was unused.