From 07712d63e3d41c907fd87f382ab6183a1c9069b8 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 4 Jan 2018 16:32:58 -0800 Subject: [PATCH] fix PerminentAddrTTL comment --- addr_manager.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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