From 6c32e1a482c14412108675ec78f49ebe4f94a374 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 07 一月 2021 12:04:03 +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