Skip to content

Commit

Permalink
ops: Use less threads for mainnet electrs pre-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Nov 13, 2023
1 parent 294a8e1 commit bc4ce16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ esac
# which network?
case "${1}" in
mainnet)
THREADS=$((NPROC * 2))
THREADS=$((NPROC * 1))
;;
testnet)
NETWORK=testnet
Expand Down

0 comments on commit bc4ce16

Please sign in to comment.