* 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.
This commit is contained in:
Teravus Ovares
2008-01-16 17:07:46 +00:00
parent 2c69b006a7
commit 771ed747e5
2 changed files with 29 additions and 24 deletions

View File

@@ -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();
}