mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
add cap AttachmentResources ( no urls, memory account is per yengine mem usage)
This commit is contained in:
@@ -198,7 +198,12 @@ namespace OpenSim.Tests.Common
|
||||
|
||||
public float GetScriptExecutionTime(List<UUID> itemIDs)
|
||||
{
|
||||
throw new System.NotImplementedException ();
|
||||
return 0;
|
||||
}
|
||||
|
||||
public int GetScriptsMemory(List<UUID> itemIDs)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
public Dictionary<uint, float> GetObjectScriptsExecutionTimes()
|
||||
|
||||
Reference in New Issue
Block a user