put back skip of first drip call
parent
ba7904a3a8
commit
0a8cf2ff08
|
@ -193,7 +193,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
Parent = parent;
|
Parent = parent;
|
||||||
RequestedDripRate = dripRate;
|
RequestedDripRate = dripRate;
|
||||||
RequestedBurst = MaxBurst;
|
RequestedBurst = MaxBurst;
|
||||||
m_lastDrip = Util.GetTimeStampMS() + 50.0;
|
m_lastDrip = Util.GetTimeStampMS() + 100000.0; // skip first drip
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion Constructor
|
#endregion Constructor
|
||||||
|
|
Loading…
Reference in New Issue