aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/FlotsamCache.ini (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Major clean up of .ini files.onefang1-1/+1
Sorry about the lack of details.
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-0/+97
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel1-56/+0
Log configs are still in the bin directory.
2012-09-15For FlotsamAssetCache, always update access times of cached scene assets ↵Justin Clark-Casey (justincc)1-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.
2012-04-12make changes to FlotsamCache.ini.example as noted in mantis #5960nebadon1-2/+2
http://opensimulator.org/mantis/view.php?id=5960
2011-07-04Make it possible to disable the file part of the flotsam asset cacheJustin Clark-Casey (justincc)1-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.
2011-06-11Make it clear that WaitOnInprogressTimeout is currently a dead setting in ↵Justin Clark-Casey (justincc)1-0/+1
FlotsamCache.ini.example
2011-06-11Make the internal flotsam asset cache defaults match ↵Justin Clark-Casey (justincc)1-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.
2010-10-04Formatting cleanup.Jeff Ames1-11/+11
2009-10-120004246: [Patch] FlotsamAssetCache deep scan & cacheMelanie1-0/+7
Thank you, mcortez.
2009-08-27Add optimization comment suggestions for FlotsamCache MemoryCacheTimeout as ↵Justin Clark-Casey (justincc)1-0/+2
suggested by Whitestar. Thanks!
2009-07-29Thank you, coyled, for a patch to change Flotsamcache path generationMelanie Thielker1-0/+11
to avoid directory overflow.
2009-06-14Update svn properties.Jeff Ames1-39/+39
2009-06-10Flipping memory cache to false (default) in Flotsam cache, because of a bug ↵diva1-1/+1
in libomv.
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-50/+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.
2009-06-08Updating the flotsam asset cache. Thank you, mcortez!Melanie Thielker1-23/+30
Fixes Mantis #3784
2009-06-06Added Flotsam's cache config vars to configuration. Made it the default in ↵diva1-11/+26
grided sims. Made Cenome cache the default in standalone sims. More splitting in ini files, invisible to the user.
2009-06-04Fixed placement of optional configs for CenomeAssetCache. Thank you ImazeR.diva1-7/+9
2009-06-03Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble1-0/+8
(Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
2009-06-03revert r9765 due to too many errors on some compilers. Affects Mantis #3759Dahlia Trimble1-9/+0
2009-06-02Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble1-0/+9
(Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
2009-05-27Adding the GlynnTucker cache module as the default choice in .ini's.diva1-2/+3
Minor log message change in the module itself.
2009-05-25Update svn properties.Jeff Ames1-17/+17
2009-05-23Changing extension of two of the config files to .example because they need ↵diva1-0/+0
to be copied and customized.
2009-05-22Added a few pre-packaged configurations to make it easier for people to ↵diva1-0/+17
configure their sims.