mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-18 21:35:03 +01:00
Raise maximum connections in seed node init script
This commit is contained in:
parent
c94f88a6b5
commit
12f5317fac
@ -25,7 +25,7 @@ SN_ADDRESS=1a2b3c4d5e6f7g8h.onion:8000
|
||||
# Bitcoin network: 0=mainnet, 1=testnet, 2=regtest.
|
||||
SN_NETWORK_ID=0
|
||||
# Maximum number of connecitions to allow.
|
||||
SN_MAX_CONNECTIONS=50
|
||||
SN_MAX_CONNECTIONS=100
|
||||
|
||||
# Location of the seed node jar file. Use to select a particular version.
|
||||
SN_JAR=~bsqsn/SeedNode-0.4.4.jar
|
||||
|
Loading…
Reference in New Issue
Block a user