mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* 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:
@@ -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();
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user