diff options
author | John Hurliman | 2009-10-14 11:44:17 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-14 11:44:17 -0700 |
commit | 4b5a2f8c024b63f75b122916f6322f2f04d79f42 (patch) | |
tree | e4c3b1d086a70c6d50b91bca6f61a08b77b65188 /bin | |
parent | * Minimized the number of times textures are pulled off the priority queue (diff) | |
parent | Merge branch 'master' into htb-throttle (diff) | |
download | opensim-SC_OLD-4b5a2f8c024b63f75b122916f6322f2f04d79f42.zip opensim-SC_OLD-4b5a2f8c024b63f75b122916f6322f2f04d79f42.tar.gz opensim-SC_OLD-4b5a2f8c024b63f75b122916f6322f2f04d79f42.tar.bz2 opensim-SC_OLD-4b5a2f8c024b63f75b122916f6322f2f04d79f42.tar.xz |
Merge branch 'htb-throttle' of ssh://opensimulator.org/var/git/opensim 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 | ||