diff options
author | teravus | 2012-11-15 10:05:16 -0500 |
---|---|---|
committer | teravus | 2012-11-15 10:05:16 -0500 |
commit | e9153e1d1aae50024d8cd05fe14a9bce34343a0e (patch) | |
tree | bc111d34f95a26b99c7e34d9e495dc14d1802cc3 /bin/config-include/FlotsamCache.ini.example | |
parent | Merge master into teravuswork (diff) | |
download | opensim-SC_OLD-e9153e1d1aae50024d8cd05fe14a9bce34343a0e.zip opensim-SC_OLD-e9153e1d1aae50024d8cd05fe14a9bce34343a0e.tar.gz opensim-SC_OLD-e9153e1d1aae50024d8cd05fe14a9bce34343a0e.tar.bz2 opensim-SC_OLD-e9153e1d1aae50024d8cd05fe14a9bce34343a0e.tar.xz |
Revert "Merge master into teravuswork", it should have been avination, not master.
This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing
changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
Diffstat (limited to 'bin/config-include/FlotsamCache.ini.example')
-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 ad74fc1..b9c6d84 100644 --- a/bin/config-include/FlotsamCache.ini.example +++ b/bin/config-include/FlotsamCache.ini.example | |||
@@ -54,3 +54,10 @@ | |||
54 | 54 | ||
55 | ; Warning level for cache directory size | 55 | ; Warning level for cache directory size |
56 | ;CacheWarnAt = 30000 | 56 | ;CacheWarnAt = 30000 |
57 | |||
58 | ; Perform a deep scan of all assets within all regions, looking for all assets | ||
59 | ; present or referenced. Mark all assets found that are already present in the | ||
60 | ; cache, and request all assets that are found that are not already cached (this | ||
61 | ; will cause those assets to be cached) | ||
62 | ; | ||
63 | DeepScanBeforePurge = true | ||