„src/DataValue.cs“ ändern

master
Chris 2020-06-13 10:33:53 +00:00
parent 76b4d882ae
commit 51590154e4
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}