pages-server/server/dns/const.go
2021-12-05 15:21:05 +01:00

7 lines
146 B
Go

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