mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Fix setting of max scene throttle so that setting it restricts the child client throttles properly.
In "show throttles", also renames 'total' column to 'actual' to reflect that it is not necessarily the throttles requested for/by the client. Also fills out 'target' in non-adapative mode to the actual throttle requested for/by the client.
This commit is contained in:
@@ -512,7 +512,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
if (!ConsoleUtil.TryParseConsoleInt(MainConsole.Instance, rawValue, out newValue))
|
||||
return;
|
||||
|
||||
m_udpServer.Throttle.RequestedDripRate = newValue * 1000 / 8;
|
||||
m_udpServer.Throttle.MaxDripRate = newValue * 1000 / 8;
|
||||
}
|
||||
else if (param == "max-new-client-throttle")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user