diff --git a/addr_manager.go b/addr_manager.go index 0ffa3cf..a12af8d 100644 --- a/addr_manager.go +++ b/addr_manager.go @@ -32,9 +32,7 @@ const ( // Perminent TTLs (distinct so we can distinguish between them) const ( - // PermanentAddrTTL is the ttl for a "permanent address" (e.g. bootstrap nodes) - // if we haven't shipped you an update to ipfs in 356 days - // we probably arent running the same bootstrap nodes... + // PermanentAddrTTL is the ttl for a "permanent address" (e.g. bootstrap nodes). PermanentAddrTTL = math.MaxInt64 - iota // ConnectedAddrTTL is the ttl used for the addresses of a peer to whom