lichao
2021-05-18 e54b8e58780c7d9f37b06cc4e1dc88badb2129c9
box/center.cpp
@@ -822,7 +822,8 @@
      }
   };
   auto center_ptr = std::make_shared<Synced<NodeCenter>>("#bhome_center", gc, 6s, 6s * 2);
   auto nsec = seconds(NodeTimeoutSec());
   auto center_ptr = std::make_shared<Synced<NodeCenter>>("#bhome_center", gc, nsec, nsec * 3); // *3 to allow other clients to finish sending msgs.
   AddCenter(center_ptr);
   for (auto &kv : Centers()) {