From 771ed747e5c847297d20485efa2b87f302e54f88 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 16 Jan 2008 17:07:46 +0000 Subject: * Slowed down the sim stats update to once every 5 seconds because the network accounting required it... with it being the lowest updated stat. * Time dilation is off now.. because it's the additive of the 0.91 * 10 (adds a second) / 5( the number of seconds since the last update) which results in 0.41td as common * Slowing down the network accounting update will probably fix the red issue. --- OpenSim/Region/ClientStack/ClientView.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/ClientView.cs') diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index d6c9d1d..0a291a8 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs @@ -426,6 +426,7 @@ namespace OpenSim.Region.ClientStack m_lastPacketsReceived = m_packetsReceived; } + SendPacketStats(); } # region Setup @@ -2502,7 +2503,7 @@ namespace OpenSim.Region.ClientStack SendAcks(); ResendUnacked(); - SendPacketStats(); + } -- cgit v1.1