mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 14:50:28 -04:00
Raise maximum connections in seed node init script
This commit is contained in:
parent
c94f88a6b5
commit
12f5317fac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue