From bef24e7b4001c7c7cd7a03a22f8eaf7c8af3c4b7 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 20 一月 2022 14:08:35 +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