mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-30 10:03:34 +02:00
8 lines
211 B
Go
8 lines
211 B
Go
package upstream
|
|
|
|
import "time"
|
|
|
|
// canonicalDomainCacheTimeout specifies the timeout for the canonical domain cache.
|
|
var canonicalDomainCacheTimeout = 15 * time.Minute
|
|
|
|
const canonicalDomainConfig = ".domains"
|