Upped rpc threads
This commit is contained in:
parent
5fd9024c05
commit
816ecc0d23
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue