mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-01 02:23:38 +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"
|