aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2009-10-12 23:21:32 +0100
committerMelanie2009-10-12 23:21:32 +0100
commitbf68dad64398f7bd4ae2992d345071d261c32e80 (patch)
treebe0135fbc5c7bd4f457b7e5a1f19d4ee40e3bab8 /bin
parentStop null values from being returned on database queries (diff)
downloadopensim-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 'bin')
-rw-r--r--bin/config-include/FlotsamCache.ini.example7
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