From 4c2b21bbfa6ded57b13c4e6e0d7a98b62d4d5b75 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 1 May 2019 23:30:12 +0300 Subject: [PATCH] ipfs.service: add routing note --- etc/systemd/system/ipfs.service | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/systemd/system/ipfs.service b/etc/systemd/system/ipfs.service index 82099c3b..19086886 100644 --- a/etc/systemd/system/ipfs.service +++ b/etc/systemd/system/ipfs.service @@ -33,6 +33,11 @@ ExecStart=/home/mikaela/go/bin/ipfs daemon --routing=dhtclient --enable-gc --ena # ipfs config --json Experimental.FilestoreEnabled true - for ipfs add # --nocopy to not store the content twice on disc # +# Routing note: dhtclient may cause problems making the content findable +# even if it uses less bandwitdh, so it may be better to use +# dht everywhere if that isn't a problem. dht also breaks +# LowWater/HighWater limits. +# # I am using badger datastore. # # Extra: to disable IPv4 connections: