disable first drip

avinationmerge
UbitUmarov 2014-08-29 00:05:57 +01:00
parent 986863a0cd
commit 6f590c2f79
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
RequestedDripRate = dripRate;
// TotalDripRequest = dripRate; // this will be overwritten when a child node registers
// MaxBurst = (Int64)((double)dripRate * m_quantumsPerBurst);
m_lastDrip = Util.EnvironmentTickCount();
m_lastDrip = Util.EnvironmentTickCount() + 100000;
}
#endregion Constructor