mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
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.
This commit is contained in:
@@ -61,8 +61,8 @@
|
||||
;AssetCaching = "FlotsamAssetCache"
|
||||
;Include-FlotsamCache = "config-include/FlotsamCache.ini"
|
||||
|
||||
;AssetCaching = "CenomeMemoryAssetCache"
|
||||
;Include-CenomeCache = "config-include/CenomeCache.ini"
|
||||
AssetCaching = "CenomeMemoryAssetCache"
|
||||
Include-CenomeCache = "config-include/CenomeCache.ini"
|
||||
|
||||
;AssetCaching = "GlynnTuckerAssetCache"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user