diff options
author | Callum Prentice <callum@gmail.com> | 2020-10-27 13:53:17 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-10-27 13:53:17 -0700 |
commit | 391ada1150a861e899dcde8558e9efd4c5efc981 (patch) | |
tree | 78e958a9f7e389f9c375bd4fbaf6456eba4973d7 /indra/llfilesystem | |
parent | 581cb0a0e9c3191295e8ff5bfa836b40fd85f0b8 (diff) |
Fix for meta issue: SL-14211 Determine optimum cache size for VFS replacement cache
Diffstat (limited to 'indra/llfilesystem')
-rw-r--r-- | indra/llfilesystem/lldiskcache.h | 4 |
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, /** |