Skip to content

Commit 73f3cc2

Browse files
authored
Merge pull request #52 from RobotSail/RobotSail/issue39
We should disable quic endpoints in the swarm section and settle on t…
2 parents 2ba980a + 775c28c commit 73f3cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/scripts/ipfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ func applyIPFSClusterK8sDefaults(conf *config.Config, storageMax string, peers [
208208
conf.Swarm.ConnMgr.HighWater = 2000
209209
conf.Datastore.BloomFilterSize = 1048576
210210
conf.Datastore.StorageMax = storageMax
211+
conf.Addresses.Swarm = []string{"/ip4/0.0.0.0/tcp/4001", "/ip6/::/tcp/4001"}
211212
conf.Swarm.EnableHolePunching = config.True
212-
213213
conf.Swarm.RelayClient = rc
214214
conf.Peering.Peers = peers
215215
}

0 commit comments

Comments
 (0)