pages-server/server/dns/const.go

7 lines
140 B
Go
Raw Normal View History

2021-12-05 14:21:05 +00:00
package dns
import "time"
2021-12-05 15:24:26 +00:00
// lookupCacheTimeout specifies the timeout for the DNS lookup cache.
var lookupCacheTimeout = 15 * time.Minute