From dc12826dd61ce18fac3a9561c5843d30a0cf9660 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期五, 02 四月 2021 15:48:53 +0800 Subject: [PATCH] add request topic cache; refactor req/rep center. --- src/center.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/center.cpp b/src/center.cpp index 809b6d1..db000c4 100644 --- a/src/center.cpp +++ b/src/center.cpp @@ -23,7 +23,6 @@ SharedMemory &BHomeShm() { - static SharedMemory shm("bhome_default_shm_v0", 1024*1024*64); + static SharedMemory shm("bhome_default_shm_v0", 1024 * 1024 * 64); return shm; } - -- Gitblit v1.8.0