summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/agent/ManagementAgentImpl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/agent/ManagementAgentImpl.cpp b/cpp/src/qpid/agent/ManagementAgentImpl.cpp
index 25d24a542c..7ecc5e9807 100644
--- a/cpp/src/qpid/agent/ManagementAgentImpl.cpp
+++ b/cpp/src/qpid/agent/ManagementAgentImpl.cpp
@@ -196,6 +196,7 @@ void ManagementAgentImpl::init(const string& brokerHost,
settings.username = uid;
settings.password = pwd;
settings.mechanism = mech;
+ settings.heartbeat = 10;
init(settings, intervalSeconds, useExternalThread, _storeFile);
}