Skip to content

Commit 0c892ae

Browse files
authored
Merge pull request #54 from RobotSail/RobotSail/issue36
Accelerated DHT client should be enabled in the configuration
2 parents e4b1402 + 42cca3c commit 0c892ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/scripts/ipfs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ func applyIPFSClusterK8sDefaults(conf *config.Config, storageMax string, peers [
212212
conf.Swarm.EnableHolePunching = config.False
213213
conf.Swarm.RelayClient = rc
214214
conf.Peering.Peers = peers
215+
conf.Experimental.AcceleratedDHTClient = true
215216
}
216217

217218
// createTemplateConfig Returns a kubo configuration which contains preconfigured

0 commit comments

Comments
 (0)