tildepages/server/dns/const.go

7 lines
140 B
Go

package dns
import "time"
// lookupCacheTimeout specifies the timeout for the DNS lookup cache.
var lookupCacheTimeout = 15 * time.Minute