Upped rpc threads

This commit is contained in:
jeirmeister 2025-09-12 12:54:05 -07:00
parent 5fd9024c05
commit 816ecc0d23

View file

@ -45,7 +45,7 @@
rpc = { rpc = {
address = "0.0.0.0"; address = "0.0.0.0";
port = 8332; port = 8332;
threads = 4; threads = 16;
allowip = ["10.1.1.0/24"]; # Adjust if needed allowip = ["10.1.1.0/24"]; # Adjust if needed
}; };
regtest = false; regtest = false;