From 384c50be6c5ecbb6a66d9dbb0747bf234fb826d2 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 1 Jun 2025 21:02:59 +0300 Subject: [PATCH] ipfs.service: remove comments on settings that don't exist anymore --- etc/systemd/user/ipfs.service | 6 ------ 1 file changed, 6 deletions(-) diff --git a/etc/systemd/user/ipfs.service b/etc/systemd/user/ipfs.service index fa6d47d8..2b60dcba 100644 --- a/etc/systemd/user/ipfs.service +++ b/etc/systemd/user/ipfs.service @@ -39,12 +39,6 @@ ExecStart=/home/linuxbrew/.linuxbrew/bin/ipfs daemon --routing=dht --enable-gc - # connections # ipfs config --json Swarm.ConnMgr.LowWater 20 - attempt to keep at least # 20 connections -# ipfs config --json Swarm.EnableAutoRelay true - if impassable NAT is -# detected, connect to the network through relays that have configured -# themselves as open (EnableAutoNATService & EnableRelayHop?) -# ipfs config --json Experimental.QUIC true - QUIC support, remember to -# edit swarm addresses to include /ip4/0.0.0.0/udp/4001/quic -# /ip6/::/udp/4001/quic # ipfs config --json Experimental.FilestoreEnabled true - for ipfs add # --nocopy to not store the content twice on disc #