mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
existance->existence
This commit is contained in:
parent
75499672fd
commit
51d331d658
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ const (
|
|||
// TODO: move as option into cache interface
|
||||
fileCacheTimeout = 5 * time.Minute
|
||||
|
||||
// ownerExistanceCacheTimeout specifies the timeout for the existence of a repo/org
|
||||
// ownerExistenceCacheTimeout specifies the timeout for the existence of a repo/org
|
||||
ownerExistenceCacheTimeout = 5 * time.Minute
|
||||
|
||||
// fileCacheSizeLimit limits the maximum file size that will be cached, and is set to 1 MB by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue