Change chat packets to bypass the throttles. This should alleviate chat lag
parent
af60b8ac16
commit
a5a60df687
|
@ -787,7 +787,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
reply.ChatData.OwnerID = fromAgentID;
|
||||
reply.ChatData.SourceID = fromAgentID;
|
||||
|
||||
OutPacket(reply, ThrottleOutPacketType.Task);
|
||||
OutPacket(reply, ThrottleOutPacketType.Unknown);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue