Change connections to maxconnections

Otherwise, bitcoincashd errors out with: `Error reading configuration file: Invalid configuration value connections`
This commit is contained in:
Neal Conner 2019-08-22 14:20:59 -04:00 committed by Josh Harvey
parent 6349b9568a
commit 3f38444043

View file

@ -21,7 +21,7 @@ function buildConfig () {
rpcpassword=${common.randomPass()}
dbcache=500
server=1
connections=40
maxconnections=40
keypool=10000
prune=4000
daemon=0