From 51590154e49c5ba42ce27fb3ad8a2dea38031f8a Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 13 Jun 2020 10:33:53 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Esrc/DataValue.cs=E2=80=9C=20=C3=A4nder?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DataValue.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DataValue.cs b/src/DataValue.cs index 495be1d..35a57de 100644 --- a/src/DataValue.cs +++ b/src/DataValue.cs @@ -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); } }