From 628def5632bfd3c6b6d27251f758b69460190fde Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 25 Oct 2025 11:42:22 +0300 Subject: [PATCH] ipfs.service: update option name as per automatic migrator --- etc/systemd/user/ipfs.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/user/ipfs.service b/etc/systemd/user/ipfs.service index 2b60dcba..2749d4d1 100644 --- a/etc/systemd/user/ipfs.service +++ b/etc/systemd/user/ipfs.service @@ -30,7 +30,7 @@ ExecStart=/home/linuxbrew/.linuxbrew/bin/ipfs daemon --routing=dht --enable-gc - # --enable-namesys-pubsub - real time previously cached ipns updates # # My specific config: -# ipfs config Reprovider.Strategy pinned - advertise only pinned files +# ipfs config Provide.Strategy "pinned+mfs" - advertise only pinned files # to the network to reduce connections instead of also cached content # (which they will still be able to download, see ipfs/go-ipfs#4145) # ipfs config Swarm.ConnMgr.GracePeriod 1s - to get rid of excess