We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dc828 commit d49f752Copy full SHA for d49f752
start
@@ -37,7 +37,7 @@ esac
37
# which network?
38
case "${1}" in
39
mainnet)
40
- THREADS=$((NPROC * 3))
+ THREADS=$((NPROC * 2))
41
;;
42
testnet)
43
NETWORK=testnet
0 commit comments