From b861de29176891657cc96631ddbfb4ea9e114a42 Mon Sep 17 00:00:00 2001 From: Fu Juntang <StrongTiger_001@163.com> Date: 星期一, 30 八月 2021 17:52:23 +0800 Subject: [PATCH] re-structure the communication work flow. --- src/shm/hashtable.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/shm/hashtable.h b/src/shm/hashtable.h index 6c3cd27..7bb6eac 100755 --- a/src/shm/hashtable.h +++ b/src/shm/hashtable.h @@ -5,7 +5,7 @@ #include <functional> #include <set> -#define MAPSIZE 1024 +#define MAPSIZE 4096 // 鍒涘缓Queue鏁伴噺鐨勪笂闄� #define QUEUE_COUNT_LIMIT 300 -- Gitblit v1.8.0