diff --git a/interface.go b/interface.go index 4d16668..61b7af9 100644 --- a/interface.go +++ b/interface.go @@ -19,7 +19,7 @@ var ( AddressTTL = time.Hour // TempAddrTTL is the ttl used for a short lived address - TempAddrTTL = time.Second * 10 + TempAddrTTL = time.Minute * 2 // ProviderAddrTTL is the TTL of an address we've received from a provider. // This is also a temporary address, but lasts longer. After this expires,