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;