bitcoind: bump rpcthread count
This commit is contained in:
parent
46e15ee9cc
commit
e650df30d5
2 changed files with 9 additions and 1 deletions
|
|
@ -73,6 +73,9 @@ in {
|
|||
discover = false;
|
||||
addresstype = "bech32";
|
||||
dbCache = 1000;
|
||||
# higher rpcthread count due to reports that lightning implementations fail
|
||||
# under high bitcoind rpc load
|
||||
rpcthreads = 16;
|
||||
rpc.users.privileged = {
|
||||
name = "bitcoinrpc";
|
||||
# Placeholder to be sed'd out by bitcoind preStart
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue