From 816ecc0d23e9b48f0be9383f7813cdba127578ab Mon Sep 17 00:00:00 2001 From: jeirmeister Date: Fri, 12 Sep 2025 12:54:05 -0700 Subject: [PATCH] Upped rpc threads --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 277b00c..9a597ce 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ rpc = { address = "0.0.0.0"; port = 8332; - threads = 4; + threads = 16; allowip = ["10.1.1.0/24"]; # Adjust if needed }; regtest = false;