Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-23 | Enable Flotsaam cache again. | onefang | 1 | -2/+2 | |
Coz relying on the linux caching works, except for avatars. | |||||
2021-09-16 | Disable Flotsam cache. | onefang | 1 | -2/+2 | |
Coz on Linux we can just rely on the usual file caching. Flotsam is just another level of caching, thus just one more source of slow down and resource waste. | |||||
2020-09-10 | Some ini files that got skipped coz .gitignore vasn't clean. | onefang | 1 | -1/+1 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -0/+97 | |
2016-12-30 | fix typos | UbitUmarov | 1 | -3/+3 | |
2016-12-29 | Add negative caching to flotsam cache. Prevents scripts from hammering the ↵ | Melanie Thielker | 1 | -0/+37 | |
asset server | |||||
2016-12-29 | gc is also a unwanted cache, so use it. With this, memcache with short ↵ | UbitUmarov | 1 | -2/+2 | |
expires is no longer needed | |||||
2016-12-25 | fix typos (thanks you know who) | UbitUmarov | 1 | -3/+2 | |
2016-12-25 | fix typos (thanks you know who) | UbitUmarov | 1 | -3/+2 | |
2016-12-25 | FloatSamCache: dont use slideexpire on current libovm expirecache. Change ↵ | UbitUmarov | 1 | -4/+9 | |
example settings to use memory cache with short expire time. ( 20% to 40% mem cache hit rates observed | |||||
2016-11-30 | fix the FileCleanupTimer coment | UbitUmarov | 1 | -1/+1 | |
2016-11-30 | disable floatSam FileCleanupTimer option on ini.example since it is ↵ | UbitUmarov | 1 | -1/+1 | |
currently a broken resources expensive option. Users should do it by hand when its impact on region is acceptable | |||||
2016-11-04 | Attempt to move everything writable, and the configs, out of the bin directory. | David Walter Seikel | 1 | -56/+0 | |
Log configs are still in the bin directory. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -0/+7 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-09-15 | For 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-12 | make changes to FlotsamCache.ini.example as noted in mantis #5960 | nebadon | 1 | -2/+2 | |
http://opensimulator.org/mantis/view.php?id=5960 | |||||
2011-07-04 | Make it possible to disable the file part of the flotsam asset cache | Justin 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-11 | Make it clear that WaitOnInprogressTimeout is currently a dead setting in ↵ | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
FlotsamCache.ini.example | |||||
2011-06-11 | Make 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-04 | Formatting cleanup. | Jeff Ames | 1 | -11/+11 | |
2009-10-12 | 0004246: [Patch] FlotsamAssetCache deep scan & cache | Melanie | 1 | -0/+7 | |
Thank you, mcortez. | |||||
2009-08-27 | Add optimization comment suggestions for FlotsamCache MemoryCacheTimeout as ↵ | Justin Clark-Casey (justincc) | 1 | -0/+2 | |
suggested by Whitestar. Thanks! | |||||
2009-07-29 | Thank you, coyled, for a patch to change Flotsamcache path generation | Melanie Thielker | 1 | -0/+11 | |
to avoid directory overflow. | |||||
2009-06-14 | Update svn properties. | Jeff Ames | 1 | -39/+39 | |
2009-06-10 | Flipping memory cache to false (default) in Flotsam cache, because of a bug ↵ | diva | 1 | -1/+1 | |
in libomv. | |||||
2009-06-10 | Heart surgery no.2: the inventory service hooks. | diva | 1 | -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-08 | Updating the flotsam asset cache. Thank you, mcortez! | Melanie Thielker | 1 | -23/+30 | |
Fixes Mantis #3784 | |||||
2009-06-06 | Added Flotsam's cache config vars to configuration. Made it the default in ↵ | diva | 1 | -11/+26 | |
grided sims. Made Cenome cache the default in standalone sims. More splitting in ini files, invisible to the user. | |||||
2009-06-04 | Fixed placement of optional configs for CenomeAssetCache. Thank you ImazeR. | diva | 1 | -7/+9 | |
2009-06-03 | Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵ | Dahlia Trimble | 1 | -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-03 | revert r9765 due to too many errors on some compilers. Affects Mantis #3759 | Dahlia Trimble | 1 | -9/+0 | |
2009-06-02 | Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵ | Dahlia Trimble | 1 | -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-27 | Adding the GlynnTucker cache module as the default choice in .ini's. | diva | 1 | -2/+3 | |
Minor log message change in the module itself. | |||||
2009-05-25 | Update svn properties. | Jeff Ames | 1 | -17/+17 | |
2009-05-23 | Changing extension of two of the config files to .example because they need ↵ | diva | 1 | -0/+0 | |
to be copied and customized. | |||||
2009-05-22 | Added a few pre-packaged configurations to make it easier for people to ↵ | diva | 1 | -0/+17 | |
configure their sims. |