put back skip of first drip call

melanie
UbitUmarov 2016-11-18 02:13:01 +00:00
parent ba7904a3a8
commit 0a8cf2ff08
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
Parent = parent;
RequestedDripRate = dripRate;
RequestedBurst = MaxBurst;
m_lastDrip = Util.GetTimeStampMS() + 50.0;
m_lastDrip = Util.GetTimeStampMS() + 100000.0; // skip first drip
}
#endregion Constructor