Bug fix and config rename.
parent
75b8b60aa1
commit
df16532858
|
@ -109,6 +109,7 @@ namespace OpenSim.Region.CoreModules.Asset
|
|||
|
||||
public void Cache(AssetBase asset)
|
||||
{
|
||||
if (asset != null)
|
||||
m_Cache.Store(asset.ID, asset);
|
||||
}
|
||||
|
||||
|
|
|
@ -1279,7 +1279,7 @@
|
|||
;AssetServices = "HGAssetBroker"
|
||||
|
||||
; If you don't want asset caching in the regions, comment this
|
||||
AssetCaching = "CoreAssetCache"
|
||||
AssetCache = "CoreAssetCache"
|
||||
|
||||
; Choose one
|
||||
;UserServices = "LocalUserServicesConnector"
|
||||
|
|
Loading…
Reference in New Issue