mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-04 03:03:48 +01:00
Reduce seednode default maxconnections to 20
This commit is contained in:
parent
93806e9c2f
commit
ae476745bd
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ BISQ_BASE_CURRENCY=btc_mainnet
|
||||||
|
|
||||||
# bisq node settings
|
# bisq node settings
|
||||||
BISQ_NODE_PORT=8000
|
BISQ_NODE_PORT=8000
|
||||||
BISQ_MAX_CONNECTIONS=40
|
BISQ_MAX_CONNECTIONS=20
|
||||||
BISQ_MAX_MEMORY=4000
|
BISQ_MAX_MEMORY=4000
|
||||||
|
|
||||||
# set to true for BSQ seednode
|
# set to true for BSQ seednode
|
||||||
|
|
Loading…
Add table
Reference in a new issue