From 73ebfbc4f3fce4f7197b16b74ed4d6abaa9367b5 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 11 一月 2021 19:34:42 +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