mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
move domain file name into const
This commit is contained in:
parent
e73c79da77
commit
314cbdb83c
2 changed files with 3 additions and 1 deletions
|
@ -19,3 +19,5 @@ var fileCacheSizeLimit = 1024 * 1024
|
|||
|
||||
// canonicalDomainCacheTimeout specifies the timeout for the canonical domain cache.
|
||||
var canonicalDomainCacheTimeout = 15 * time.Minute
|
||||
|
||||
const canonicalDomainConfig = ".domains"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue