提交 5a1152f3 编写于 作者: Z zhaoanan

modify default send_timeout to 35s

上级 8e3dd082
......@@ -30,7 +30,7 @@ PikaBinlogSenderThread::PikaBinlogSenderThread(const std::string &ip, int port,
buffer_(),
ip_(ip),
port_(port),
timeout_ms_(1000) {
timeout_ms_(35000) {
cli_ = new RedisCli();
last_record_offset_ = con_offset % kBlockSize;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册