Still about Ai's patch: it turns out OpenSim doesn't work well without an asset cache because of temporary assets. So setting the default asset cache to Cenome, which is the in-memory cache.

0.8.2-post-fixes
Diva Canto 2015-08-25 21:32:38 -07:00
parent 9b5bd4b279
commit 0540e25081
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@
;AssetCaching = "FlotsamAssetCache" ;AssetCaching = "FlotsamAssetCache"
;Include-FlotsamCache = "config-include/FlotsamCache.ini" ;Include-FlotsamCache = "config-include/FlotsamCache.ini"
;AssetCaching = "CenomeMemoryAssetCache" AssetCaching = "CenomeMemoryAssetCache"
;Include-CenomeCache = "config-include/CenomeCache.ini" Include-CenomeCache = "config-include/CenomeCache.ini"
;AssetCaching = "GlynnTuckerAssetCache" ;AssetCaching = "GlynnTuckerAssetCache"