mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Merge pull request #4751 from wiz/reduce-seednode-maxconnections-20
Reduce seednode default maxconnections to 20
This commit is contained in:
commit
468ecdc2f5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ BISQ_BASE_CURRENCY=btc_mainnet
|
|||
|
||||
# bisq node settings
|
||||
BISQ_NODE_PORT=8000
|
||||
BISQ_MAX_CONNECTIONS=40
|
||||
BISQ_MAX_CONNECTIONS=20
|
||||
BISQ_MAX_MEMORY=4000
|
||||
|
||||
# set to true for BSQ seednode
|
||||
|
|
Loading…
Add table
Reference in a new issue