Comment the asset deletion handler. It can be abused and is not currently
needed.mysql-performance
parent
3ff28e7a8f
commit
2257431cba
|
@ -63,7 +63,7 @@ namespace OpenSim.Server.Handlers.Asset
|
|||
|
||||
if (p.Length > 0)
|
||||
{
|
||||
result = m_AssetService.Delete(p[0]);
|
||||
// result = m_AssetService.Delete(p[0]);
|
||||
}
|
||||
|
||||
XmlSerializer xs = new XmlSerializer(typeof(bool));
|
||||
|
|
Loading…
Reference in New Issue