summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-12-18 20:05:36 +0200
committerandreykproductengine <akleshchev@productengine.com>2014-12-18 20:05:36 +0200
commit797f221e6715f5b2423cd68e970b1f2ec2af7015 (patch)
tree8166ea192f1eb7aca7a7539d5b2f2b69cfa830b1 /indra/newview/llappviewer.cpp
parentbab0cf6e9f7f8f30f325b48f550d0c7eedaee112 (diff)
MAINT-4708 better grouping of ack messages between viewer and server
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-xindra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 67007bc4cd..54c5d1b9f4 100755
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -5378,7 +5378,7 @@ void LLAppViewer::idleNetwork()
}
// Handle per-frame message system processing.
- gMessageSystem->processAcks();
+ gMessageSystem->processAcks(gSavedSettings.getF32("AckCollectTime"));
#ifdef TIME_THROTTLE_MESSAGES
if (total_time >= CheckMessagesMaxTime)