ops: Increase bitcoin.conf maxconnections 42 -> 100

This commit is contained in:
wiz 2023-07-17 22:56:16 +09:00
parent b20991a6b6
commit 52645f2164

View File

@ -9,7 +9,7 @@ dbcache=8192
maxmempool=4096
mempoolexpiry=999999
mempoolfullrbf=1
maxconnections=42
maxconnections=100
onion=127.0.0.1:9050
rpcallowip=127.0.0.1
rpcuser=__BITCOIN_RPC_USER__