From 993c556000a414011626770540678948f16eaa9e Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期三, 02 六月 2021 17:40:50 +0800 Subject: [PATCH] center restart with new shm; set center node ssn. --- box/center_topic_node.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/box/center_topic_node.cpp b/box/center_topic_node.cpp index 749f4e6..8228992 100644 --- a/box/center_topic_node.cpp +++ b/box/center_topic_node.cpp @@ -56,7 +56,7 @@ } // namespace CenterTopicNode::CenterTopicNode(CenterPtr center, SharedMemory &shm) : - pscenter_(center), pnode_(new TopicNode(shm)), run_(false) {} + pscenter_(center), pnode_(new TopicNode(shm, 200)), run_(false) {} CenterTopicNode::~CenterTopicNode() { Stop(); } -- Gitblit v1.8.0