„src/DataValue.cs“ ändern
parent
51590154e4
commit
4f05190537
|
@ -156,11 +156,14 @@ namespace OpenSim.Modules.DataValue
|
|||
|
||||
if (m_enabledRateLimit)
|
||||
{
|
||||
if (m_rateLimit >= 1500)
|
||||
if (m_rateLimit >= 1000)
|
||||
System.Threading.Thread.Sleep(300);
|
||||
|
||||
if (m_rateLimit >= 3000)
|
||||
if (m_rateLimit >= 2000)
|
||||
System.Threading.Thread.Sleep(600);
|
||||
|
||||
if (m_rateLimit >= 3500)
|
||||
System.Threading.Thread.Sleep(900);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue