mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-05 14:07:01 +00:00
7 lines
146 B
Go
7 lines
146 B
Go
|
package dns
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
// DnsLookupCacheTimeout specifies the timeout for the DNS lookup cache.
|
||
|
var DnsLookupCacheTimeout = 15 * time.Minute
|