From 48e47110397c894716525db219e53300c08f64dd Mon Sep 17 00:00:00 2001 From: jimi-wzq <wangzhengquan85@gmail.com> Date: 星期二, 12 一月 2021 15:27:34 +0800 Subject: [PATCH] doxygen --- 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