add a few more verbose bits
parent
8ac2f5a3a0
commit
6c77ae5507
|
@ -270,9 +270,11 @@ namespace OpenSim.Region.ClientStack
|
|||
if (throttleSentPeriod > throttleOutbound)
|
||||
{
|
||||
PacketQueue.Enqueue(nextPacket);
|
||||
MainLog.Instance.Verbose("Client over throttle limit, requeuing packet");
|
||||
|
||||
if (queuedLast)
|
||||
{
|
||||
MainLog.Instance.Verbose("No more sendable packets, need to sleep now");
|
||||
Thread.Sleep(100); // Wait a little while if this was the last packet we saw
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue