#48: Support pinning files to cache [partial]

This commit is contained in:
2020-12-11 08:14:51 -06:00
parent 23faef33fe
commit d88b77b46a
9 changed files with 120 additions and 5 deletions

View File

@@ -30,6 +30,7 @@
"EventLevel": "Internally, events are fired during certain operations. This setting determines which events should be logged to repertory.log. Valid values are Error, Warn, Normal, Debug, and Verbose.",
"EvictionDelaySeconds": "Number of seconds to wait after all file handles are closed before allowing file to be evicted from cache.",
"EvictionDelayMinutes": "Number of minutes to wait after all file handles are closed before allowing file to be evicted from cache.",
"EvictionUsesAccessedTime": "Use oldest accessed time instead of oldest modified time when evicting files.",
"MaxCacheSizeBytes": "This value specifies the maximum amount of local space to consume before files are removed from cache. EnableMaxCacheSize must also be set to true for this value to take affect.",
"MaxUploadCount": "Maximum number of simultaneous uploads.",
"MinimumRedundancy": "Files are elected for removal once this value has been reached. Be aware that this value cannot be set to less than 1.5x.",