summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldiskcache.h
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2020-10-27 13:53:17 -0700
committerCallum Prentice <callum@gmail.com>2020-10-27 13:53:17 -0700
commit391ada1150a861e899dcde8558e9efd4c5efc981 (patch)
tree78e958a9f7e389f9c375bd4fbaf6456eba4973d7 /indra/llfilesystem/lldiskcache.h
parent581cb0a0e9c3191295e8ff5bfa836b40fd85f0b8 (diff)
Fix for meta issue: SL-14211 Determine optimum cache size for VFS replacement cache
Diffstat (limited to 'indra/llfilesystem/lldiskcache.h')
-rw-r--r--indra/llfilesystem/lldiskcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llfilesystem/lldiskcache.h b/indra/llfilesystem/lldiskcache.h
index b25eac8538..997884da31 100644
--- a/indra/llfilesystem/lldiskcache.h
+++ b/indra/llfilesystem/lldiskcache.h
@@ -83,8 +83,8 @@ class LLDiskCache :
*/
const std::string cache_dir,
/**
- * The maximum size of the cache in bytes - Defined by
- * the setting at 'DiskCacheMaxSizeMB' (* 1024 * 1024)
+ * The maximum size of the cache in bytes - Based on the
+ * setting at 'CacheSize' and 'DiskCachePercentOfTotal'
*/
const int max_size_bytes,
/**