diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-10-08 15:26:54 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-10-08 15:26:54 +0300 |
commit | 3051db7b61ee43fffd28f0a12c0714b11b6b7df7 (patch) | |
tree | 763df757d2660cf5f124de8f1164136ab2203963 /indra/llfilesystem/lldiskcache.h | |
parent | a818c44ef21cf6b4e4eeab0ee0325a780898fccc (diff) |
Purge excessive files from disc cache each startup
Diffstat (limited to 'indra/llfilesystem/lldiskcache.h')
-rw-r--r-- | indra/llfilesystem/lldiskcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llfilesystem/lldiskcache.h b/indra/llfilesystem/lldiskcache.h index f718b7a328..b25eac8538 100644 --- a/indra/llfilesystem/lldiskcache.h +++ b/indra/llfilesystem/lldiskcache.h @@ -126,7 +126,7 @@ class LLDiskCache : * directory individually. Only the files that contain a prefix defined * by mCacheFilenamePrefix will be removed. */ - void clearCache(const std::string cache_dir); + void clearCache(); /** * Return some information about the cache for use in About Box etc. |