mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
lint
This commit is contained in:
parent
8ba71e4d59
commit
d7a8875a0d
4 changed files with 7 additions and 7 deletions
|
@ -26,8 +26,8 @@ const (
|
|||
// TODO: move as option into cache interface
|
||||
fileCacheTimeout = 5 * time.Minute
|
||||
|
||||
// ownerExistanceCacheTimeout specifies the timeout for the existance of a repo/org
|
||||
ownerExistanceCacheTimeout = 5 * time.Minute
|
||||
// ownerExistanceCacheTimeout 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.
|
||||
fileCacheSizeLimit = int64(1000 * 1000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue