mirror of
https://codeberg.org/Codeberg/pages-server
synced 2025-04-22 04:08:12 +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
|