diff --git a/source/source.go b/source/source.go index c4e856fb9..83fc84691 100644 --- a/source/source.go +++ b/source/source.go @@ -49,7 +49,7 @@ const ( const ( ttlMinimum = 1 - ttlMaximum = math.MaxUint32 + ttlMaximum = math.MaxInt32 ) // Source defines the interface Endpoint sources should implement.