put back skip of first drip call

This commit is contained in:
UbitUmarov
2016-11-18 02:13:01 +00:00
parent ba7904a3a8
commit 0a8cf2ff08

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