@@ -26,7 +26,7 @@ func ProviderSys(reprovideInterval time.Duration, acceleratedDHTClient bool) fx.
26
26
provider .ReproviderInterval (reprovideInterval ),
27
27
provider .KeyProvider (keyProvider ),
28
28
}
29
- if ! acceleratedDHTClient {
29
+ if ! acceleratedDHTClient && reprovideInterval > 0 {
30
30
// The estimation kinda suck if you are running with accelerated DHT client,
31
31
// given this message is just trying to push people to use the acceleratedDHTClient
32
32
// let's not report on through if it's in use
@@ -68,7 +68,7 @@ func ProviderSys(reprovideInterval time.Duration, acceleratedDHTClient bool) fx.
68
68
🔔🔔🔔 YOU MAY BE FALLING BEHIND DHT REPROVIDES! 🔔🔔🔔
69
69
70
70
⚠️ Your system might be struggling to keep up with DHT reprovides!
71
- This means your content could partially or completely inaccessible on the network.
71
+ This means your content could be partially or completely inaccessible on the network.
72
72
We observed that you recently provided %d keys at an average rate of %v per key.
73
73
74
74
🕑 An attempt to estimate your blockstore size timed out after 5 minutes,
@@ -97,7 +97,7 @@ https://github.com/ipfs/kubo/blob/master/docs/config.md#routingaccelerateddhtcli
97
97
🔔🔔🔔 YOU ARE FALLING BEHIND DHT REPROVIDES! 🔔🔔🔔
98
98
99
99
⚠️ Your system is struggling to keep up with DHT reprovides!
100
- This means your content could partially or completely inaccessible on the network.
100
+ This means your content could be partially or completely inaccessible on the network.
101
101
We observed that you recently provided %d keys at an average rate of %v per key.
102
102
103
103
💾 Your total CID count is ~%d which would total at %v reprovide process.
0 commit comments