aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/FlotsamCache.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-0/+97
|
* Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel2016-11-041-56/+0
| | | | Log configs are still in the bin directory.
* For FlotsamAssetCache, always update access times of cached scene assets ↵Justin Clark-Casey (justincc)2012-09-151-7/+0
| | | | | | | | before looking for files to expire. This is to resolve a problem where an asset marked as local but not temporary but still used in the scene would be removed. The timed expiry scan no longer tries to refetch assets from the scene that are not currently in the cache - this is not helpful since it just drags a lot of data into the cache that may never be referenced. This removes the DeepScanBeforePurge option since setting this to false will introduce the above problem. This previously had a default of true.
* make changes to FlotsamCache.ini.example as noted in mantis #5960nebadon2012-04-121-2/+2
| | | | http://opensimulator.org/mantis/view.php?id=5960
* Make it possible to disable the file part of the flotsam asset cacheJustin Clark-Casey (justincc)2011-07-041-1/+4
| | | | | | | | This matches the ability to disable the memory part This is controlled through the FileCacheEnabled parameter in FlotsamCache.ini Default is true, so existing installations are not affected. Improved fcache command feedback when various caches are disabled. Re-enabled test for flotsam cache with file caching disabled.
* Make it clear that WaitOnInprogressTimeout is currently a dead setting in ↵Justin Clark-Casey (justincc)2011-06-111-0/+1
| | | | FlotsamCache.ini.example
* Make the internal flotsam asset cache defaults match ↵Justin Clark-Casey (justincc)2011-06-111-1/+1
| | | | | | | | | config-include/FlotsamCache.ini.example. Enable the flotsam console commands even if FlotsamCache.ini isn't present. For the most part, defaults are made to match those already in FlotsamCache.ini.example. The one exception is that the 48 hour file timeout from the code is used instead of the 0 hours that was in the example file. This can be tweaked if necessary. Most importantly, the default cache directory is now ./assetcache (as in FlotsamCache.ini.example) rather than ./FlotsamAssetCache (as was the internal code default). Therefore, if you were using flotasm without using the config file, then please rename your cache directory or start using the ini file and change the default there if you want to keep using your existing cache.
* Formatting cleanup.Jeff Ames2010-10-041-11/+11
|
* 0004246: [Patch] FlotsamAssetCache deep scan & cacheMelanie2009-10-121-0/+7
| | | | Thank you, mcortez.
* Add optimization comment suggestions for FlotsamCache MemoryCacheTimeout as ↵Justin Clark-Casey (justincc)2009-08-271-0/+2
| | | | suggested by Whitestar. Thanks!
* Thank you, coyled, for a patch to change Flotsamcache path generationMelanie Thielker2009-07-291-0/+11
| | | | | | to avoid directory overflow.
* Update svn properties.Jeff Ames2009-06-141-39/+39
|
* Flipping memory cache to false (default) in Flotsam cache, because of a bug ↵diva2009-06-101-1/+1
| | | | in libomv.
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-0/+39
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.