From 5d7b83d63d1bc58ce3a40aaf7dfdadea39055191 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 19 一月 2022 16:59:58 +0800 Subject: [PATCH] performance --- src/common.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/common.h b/src/common.h index 947fea7..253d124 100644 --- a/src/common.h +++ b/src/common.h @@ -92,7 +92,7 @@ }; template <class T> using is_callable = typename is_callable_h<std::is_class<typename std::remove_reference<T>::type>::value, typename std::remove_reference<T>::type>::type; -static constexpr int timeout_req_rep = 5162; +static constexpr int timeout_req_rep = 6251; inline void remove_exist(const std::string& url){ if (url.find("ipc://") == 0){ -- Gitblit v1.8.0