From 67ed34e357fb704f593c73801c00829cb0bc2f69 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 17 Apr 2026 00:47:04 +0900 Subject: [PATCH] ops: Use less CPU threads for electrs precache --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start b/start index 1449bb1..679515a 100755 --- a/start +++ b/start @@ -42,7 +42,7 @@ esac # which network? case "${1}" in mainnet) - THREADS=$((NPROC / 4)) + THREADS=$((NPROC / 8)) CRONJOB_TIMING="20 4 * * *" ;; testnet)