ops: Use less CPU threads for electrs precache

This commit is contained in:
wiz 2026-04-17 00:47:04 +09:00
parent 51fd37d553
commit 67ed34e357
No known key found for this signature in database
GPG Key ID: A394E332255A6173

2
start
View File

@ -42,7 +42,7 @@ esac
# which network?
case "${1}" in
mainnet)
THREADS=$((NPROC / 4))
THREADS=$((NPROC / 8))
CRONJOB_TIMING="20 4 * * *"
;;
testnet)