#48: Support pinning files to cache [partial]
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user