Skip to content

Commit 42cca3c

Browse files
committed
enable accelerated DHT client
Signed-off-by: Oleg <97077423+RobotSail@users.noreply.github.com>
1 parent e4b1402 commit 42cca3c

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)