X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6fef82432952b78f61c7be80820e88804b3a47d7..23574f4d4039641f9a9f624d3b16b64148de3826:/services/keep-web/usage.go diff --git a/services/keep-web/usage.go b/services/keep-web/usage.go index b854f5314c..705955ba0a 100644 --- a/services/keep-web/usage.go +++ b/services/keep-web/usage.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -69,21 +73,25 @@ TrustAllContent: Cache.TTL: - Maximum time to cache collection data and permission checks. + Maximum time to cache manifests and permission checks. + +Cache.UUIDTTL: + + Maximum time to cache collection state. -Cache.CollectionEntries: +Cache.MaxCollectionEntries: Maximum number of collection cache entries. -Cache.CollectionBytes: +Cache.MaxCollectionBytes: Approximate memory limit for collection cache. -Cache.PermissionEntries: +Cache.MaxPermissionEntries: Maximum number of permission cache entries. -Cache.UUIDEntries: +Cache.MaxUUIDEntries: Maximum number of UUID cache entries.