From 3985c4bc0d162ea7541d6c821727ee987027e0cd Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Tue, 14 Jun 2022 22:27:25 -0400 Subject: [PATCH] ipfs: more tweaking --- modules/ipfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ipfs.nix b/modules/ipfs.nix index f774bbc..195740c 100644 --- a/modules/ipfs.nix +++ b/modules/ipfs.nix @@ -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; };