From 14f5cae9c36cf9c91434fcde684d54e8a56c8f84 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 07 一月 2021 13:36:07 +0800 Subject: [PATCH] update --- src/shm/hashtable.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/shm/hashtable.cpp b/src/shm/hashtable.cpp index 243067b..99184b1 100755 --- a/src/shm/hashtable.cpp +++ b/src/shm/hashtable.cpp @@ -23,7 +23,7 @@ static size_t hashcode(int key); -static struct timespec TIMEOUT = {1, 0}; +static struct timespec TIMEOUT = {2, 0}; void hashtable_init(hashtable_t *hashtable ) { -- Gitblit v1.8.0