mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
tick region health a bit faster
This commit is contained in:
@@ -2031,7 +2031,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
Thread.Sleep(30);
|
||||
}
|
||||
*/
|
||||
incomingPacket = packetInbox.Dequeue(500);
|
||||
incomingPacket = packetInbox.Dequeue(250);
|
||||
|
||||
if (incomingPacket != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user