summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/SessionImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/SessionImpl.cpp')
-rw-r--r--cpp/src/qpid/client/SessionImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/SessionImpl.cpp b/cpp/src/qpid/client/SessionImpl.cpp
index 58f4bc0aa7..66e1b9e40f 100644
--- a/cpp/src/qpid/client/SessionImpl.cpp
+++ b/cpp/src/qpid/client/SessionImpl.cpp
@@ -535,7 +535,7 @@ void SessionImpl::sendFlush()
void SessionImpl::sendCompletionImpl()
{
- proxy.completed(completedIn, true);
+ proxy.completed(completedIn, completedIn.span() > 1000);
}
void SessionImpl::gap(const framing::SequenceSet& /*commands*/)