X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/29efe0926dde0ee85387846f31062f4c680cb49c..441ef97e93a951b349356df96d8a6ef604c6cab7:/services/keep-web/usage.go diff --git a/services/keep-web/usage.go b/services/keep-web/usage.go index 1cd4d567fa..603dd4dd2c 100644 --- a/services/keep-web/usage.go +++ b/services/keep-web/usage.go @@ -21,7 +21,7 @@ Keep-web provides read-only HTTP access to files stored in Keep; see https://godoc.org/github.com/curoverse/arvados/services/keep-web and http://doc.arvados.org/install/install-keep-web.html -Usage: keep-web -config path/to/config.json +Usage: keep-web -config path/to/keep-web.yml Options: `) @@ -67,5 +67,25 @@ TrustAllContent: Serve non-public content from a single origin. Dangerous: read docs before using! +Cache.TTL: + + Maximum time to cache collection data and permission checks. + +Cache.MaxCollectionEntries: + + Maximum number of collection cache entries. + +Cache.MaxCollectionBytes: + + Approximate memory limit for collection cache. + +Cache.MaxPermissionEntries: + + Maximum number of permission cache entries. + +Cache.MaxUUIDEntries: + + Maximum number of UUID cache entries. + `, exampleConfigFile) }