diff options
author | Melanie | 2009-10-12 23:21:32 +0100 |
---|---|---|
committer | Melanie | 2009-10-12 23:21:32 +0100 |
commit | bf68dad64398f7bd4ae2992d345071d261c32e80 (patch) | |
tree | be0135fbc5c7bd4f457b7e5a1f19d4ee40e3bab8 /bin/config-include/FlotsamCache.ini.example | |
parent | Stop null values from being returned on database queries (diff) | |
download | opensim-SC_OLD-bf68dad64398f7bd4ae2992d345071d261c32e80.zip opensim-SC_OLD-bf68dad64398f7bd4ae2992d345071d261c32e80.tar.gz opensim-SC_OLD-bf68dad64398f7bd4ae2992d345071d261c32e80.tar.bz2 opensim-SC_OLD-bf68dad64398f7bd4ae2992d345071d261c32e80.tar.xz |
0004246: [Patch] FlotsamAssetCache deep scan & cache
Thank you, mcortez.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/FlotsamCache.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example index abb3b9a..b50d7ec 100644 --- a/bin/config-include/FlotsamCache.ini.example +++ b/bin/config-include/FlotsamCache.ini.example | |||
@@ -50,3 +50,10 @@ | |||
50 | 50 | ||
51 | ; Warning level for cache directory size | 51 | ; Warning level for cache directory size |
52 | ;CacheWarnAt = 30000 | 52 | ;CacheWarnAt = 30000 |
53 | |||
54 | ; Perform a deep scan of all assets within all regions, looking for all assets | ||
55 | ; present or referenced. Mark all assets found that are already present in the | ||
56 | ; cache, and request all assets that are found that are not already cached (this | ||
57 | ; will cause those assets to be cached) | ||
58 | ; | ||
59 | ; DeepScanBeforePurge = false | ||