add cap AttachmentResources ( no urls, memory account is per yengine mem usage)

This commit is contained in:
UbitUmarov
2020-08-23 01:46:34 +01:00
parent 2575bfc04c
commit 9aa7f41bca
10 changed files with 365 additions and 10 deletions

View File

@@ -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()