zhangmeng
2022-01-19 5d7b83d63d1bc58ce3a40aaf7dfdadea39055191
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){