From de80ed87b8339f23624642786698057a62bdf779 Mon Sep 17 00:00:00 2001
From: fujuntang <fujuntang@smartai.com>
Date: 星期二, 23 十一月 2021 11:25:48 +0800
Subject: [PATCH] Fix the communication failure issue when the registered applications exceeds the fixed amount.

---
 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 a4d99e8..55e0356 100755
--- a/src/shm/hashtable.h
+++ b/src/shm/hashtable.h
@@ -6,7 +6,7 @@
 #include <set>
 
 #define START_KEY 1000
-#define MAPSIZE 81920
+#define MAPSIZE 4096
 
 // 鍒涘缓Queue鏁伴噺鐨勪笂闄�
 #define QUEUE_COUNT_LIMIT 300

--
Gitblit v1.8.0