Update beacon_chain/conf.nim

This commit is contained in:
sacha 2021-10-04 17:10:24 +02:00 committed by zah
parent d3890f0be2
commit e1fed8a31c
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ type
numThreads* {.
defaultValue: 1,
desc: "Number of worker threads (0 to start as many as logical CPU cores)"
desc: "Number of worker threads (set this to 0 to use as many threads as there are CPU cores available)"
name: "num-threads" }: int
case cmd* {.