mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
replace the tick() by a limit on the maximum number of tokens that can be
acumulated ( variable named BurtRate, not exactly a rate...)
This commit is contained in:
@@ -616,8 +616,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
{
|
||||
// No packets in this queue. Fire the queue empty callback
|
||||
// if it has not been called recently
|
||||
|
||||
bucket.Tick(); // tick the bucket
|
||||
emptyCategories |= CategoryToFlag(i);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user