Swarm.ConnMgr.LowWater & HighWater

This commit is contained in:
fred 2021-08-11 05:28:21 +02:00
parent 0462b11d42
commit 880d5c109e
1 changed files with 23 additions and 22 deletions

View File

@ -109,7 +109,8 @@ ipfs config Datastore.StorageMax $diskSize
## Activate Rapid "ipfs p2p"
ipfs config --json Experimental.Libp2pStreamMounting true
ipfs config --json Experimental.P2pHttpProxy true
ipfs config --json Swarm.ConnMgr.LowWater 200
ipfs config --json Swarm.ConnMgr.HighWater 400
######### CLEAN DEFAULT BOOTSTRAP TO STAY INVISIBLE ###########
ipfs bootstrap rm --all
###########################################