mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-23 06:18:59 +00:00
7 lines
140 B
Go
7 lines
140 B
Go
package dns
|
|
|
|
import "time"
|
|
|
|
// lookupCacheTimeout specifies the timeout for the DNS lookup cache.
|
|
var lookupCacheTimeout = 15 * time.Minute
|