From aebf13a7a6fc995d6f54eccf6bf447af52accdad Mon Sep 17 00:00:00 2001 From: Jason McPheron Date: Wed, 13 Apr 2022 11:19:22 -0700 Subject: [PATCH] Fix #3587 in v22.4.0 changelog, --threads should be --num-threads (#3591) Co-authored-by: Jason McPheron --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02800f3b9..5f860fd49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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