start timer
parent
7c219cc44c
commit
29174c12f2
|
@ -95,8 +95,9 @@ namespace OpenSim.Modules.DataValue
|
|||
m_log.Info("[" + Name + "]: RateLimit is enabled");
|
||||
|
||||
m_timer = new Timer();
|
||||
m_timer.Interval = 1000;
|
||||
m_timer.Interval = 10000;
|
||||
m_timer.Elapsed += resetRateLimit;
|
||||
m_timer.Start();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue