Fix #3587 in v22.4.0 changelog, --threads should be --num-threads (#3591)

Co-authored-by: Jason McPheron <jason.mcpheron@wvm.edu>
This commit is contained in:
Jason McPheron 2022-04-13 11:19:22 -07:00 committed by GitHub
parent 06da9f4868
commit aebf13a7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Nimbus `v22.4.0` is a `low-urgency` upgrade which brings with it further optimis
### Improvements:
* All CPU cores are now used by default: previously enabled by passing `--threads:0` on the command-line
* All CPU cores are now used by default: previously enabled by passing `--num-threads:0` on the command-line
https://github.com/status-im/nimbus-eth2/pull/3493
* 250 MB reduction in memory usage: thanks to more efficient data structures for the finalized portion of the chain history