From 658e74cc759db6fb6d51d5287749cff1cfd2a0a2 Mon Sep 17 00:00:00 2001 From: Fu Juntang <StrongTiger_001@163.com> Date: 星期六, 04 九月 2021 10:48:31 +0800 Subject: [PATCH] Add strict parameters checks to avoid the invalid inputs. --- 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