* Mistaken ThreatLevel classification on osGetSimulatorMemory - should have been MODERATE.

mysql-performance
Adam Frisby 2009-12-13 03:49:22 +11:00
parent 963cf25813
commit 87e89efbf9
1 changed files with 1 additions and 1 deletions

View File

@ -1972,7 +1972,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public int osGetSimulatorMemory()
{
CheckThreatLevel(ThreatLevel.Moderate, "osGetRegionStats");
CheckThreatLevel(ThreatLevel.Moderate, "osGetSimulatorMemory");
m_host.AddScriptLPS(1);
long pws = System.Diagnostics.Process.GetCurrentProcess().WorkingSet64;