„src/DataValue.cs“ ändern
parent
76b4d882ae
commit
51590154e4
|
@ -156,10 +156,10 @@ namespace OpenSim.Modules.DataValue
|
|||
|
||||
if (m_enabledRateLimit)
|
||||
{
|
||||
if (m_rateLimit >= 100)
|
||||
if (m_rateLimit >= 1500)
|
||||
System.Threading.Thread.Sleep(300);
|
||||
|
||||
if (m_rateLimit >= 200)
|
||||
if (m_rateLimit >= 3000)
|
||||
System.Threading.Thread.Sleep(600);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue