diff options
author | Melanie | 2009-10-14 05:10:43 +0100 |
---|---|---|
committer | Melanie | 2009-10-14 05:10:43 +0100 |
commit | d83ace0d3ba3178aab852ae4ed63ea3953ea7c52 (patch) | |
tree | 56575e321d60daaf36fa5b3261f4ed9154826566 /bin | |
parent | * Split Task category into Task and State (diff) | |
parent | Set the estate owner to be the master avatar if it's not set. (diff) | |
download | opensim-SC_OLD-d83ace0d3ba3178aab852ae4ed63ea3953ea7c52.zip opensim-SC_OLD-d83ace0d3ba3178aab852ae4ed63ea3953ea7c52.tar.gz opensim-SC_OLD-d83ace0d3ba3178aab852ae4ed63ea3953ea7c52.tar.bz2 opensim-SC_OLD-d83ace0d3ba3178aab852ae4ed63ea3953ea7c52.tar.xz |
Merge branch 'master' into htb-throttle
Diffstat (limited to 'bin')
-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 | ||