tick region health a bit faster

LSLKeyTest
UbitUmarov 2015-12-09 16:27:59 +00:00
parent 3ca4b6f319
commit 8314987474
1 changed files with 1 additions and 1 deletions

View File

@ -2031,7 +2031,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
Thread.Sleep(30);
}
*/
incomingPacket = packetInbox.Dequeue(500);
incomingPacket = packetInbox.Dequeue(250);
if (incomingPacket != null)
{