mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
ipfs: more tweaking
This commit is contained in:
parent
e36842f305
commit
3985c4bc0d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ in
|
|||
Swarm.DisableNatPortMap = true; # Disable UPnP
|
||||
|
||||
# ipfs-desktop defaults for ConnMgr
|
||||
Swarm.ConnMgr.GracePeriod = "1m";
|
||||
# Swarm.ConnMgr.GracePeriod = "1m";
|
||||
Swarm.ConnMgr.HighWater = 40;
|
||||
Swarm.ConnMgr.LowWater = 20;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue