Change connections to maxconnections
Otherwise, bitcoincashd errors out with: `Error reading configuration file: Invalid configuration value connections`
This commit is contained in:
parent
6349b9568a
commit
3f38444043
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ function buildConfig () {
|
|||
rpcpassword=${common.randomPass()}
|
||||
dbcache=500
|
||||
server=1
|
||||
connections=40
|
||||
maxconnections=40
|
||||
keypool=10000
|
||||
prune=4000
|
||||
daemon=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue