diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-03-13 23:55:38 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-03-18 21:25:09 +0200 |
commit | c99e3167ed8549bc13d7df03b1e12dc15b0a080f (patch) | |
tree | 898e1979506ef7e82d7489e0e328143629a6face /indra/newview/llappviewer.cpp | |
parent | d3d0728bac31099785fea1bf87f11b7c29d2425d (diff) |
#3644 Adjust throttle based of how busy buffer is
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index a05c2376a0..4cf651de33 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -5443,6 +5443,7 @@ void LLAppViewer::idleNetwork() // Retransmit unacknowledged packets. gXferManager->retransmitUnackedPackets(); gAssetStorage->checkForTimeouts(); + gViewerThrottle.setBufferLoadRate(gMessageSystem->getBufferLoadRate()); gViewerThrottle.updateDynamicThrottle(); // Check that the circuit between the viewer and the agent's current |