mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
put back skip of first drip call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user