This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-02-17 21:03:13 +01:00
parent 8ba71e4d59
commit d7a8875a0d
No known key found for this signature in database
GPG key ID: B66AEEDA9B645AD2
4 changed files with 7 additions and 7 deletions

View file

@ -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)