File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -646,6 +646,17 @@ take effect.
646
646
⚠️ Local CIDs will not be announced to Amino DHT, making them impossible to retrieve without manual peering
647
647
⚠️ If this is not intentional, call 'ipfs config profile apply announce-on', or set 'Reprovider.Interval=22h'
648
648
649
+ ` )
650
+ }
651
+
652
+ // Inform user about Routing.AcceleratedDHTClient when enabled
653
+ if cfg .Routing .AcceleratedDHTClient .WithDefault (config .DefaultAcceleratedDHTClient ) {
654
+ fmt .Print (`
655
+
656
+ ℹ️ Routing.AcceleratedDHTClient is enabled for faster content discovery
657
+ ℹ️ and DHT provides. Routing table is initializing. IPFS is ready to use,
658
+ ℹ️ but performance will improve over time as more peers are discovered
659
+
649
660
` )
650
661
}
651
662
You can’t perform that action at this time.
0 commit comments