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