From d5b0ea06cc4c9f5a16c7f89680b9d5ee4d1a50ad Mon Sep 17 00:00:00 2001 From: taynpg Date: Thu, 19 Dec 2024 19:27:21 +0800 Subject: [PATCH] =?UTF-8?q?un=EF=BC=9A=E5=8F=96=E6=B6=88=E5=BB=B6=E8=BF=9F?= =?UTF-8?q?=EF=BC=8C=E8=BF=9B=E5=85=A5=E4=BD=BF=E7=94=A8=E9=98=B6=E6=AE=B5?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.cpp b/client/client.cpp index 20cdf53..f5728ee 100644 --- a/client/client.cpp +++ b/client/client.cpp @@ -424,7 +424,7 @@ void CClient::send_file_data_th(const char* keys) logger_->error("Stop Trans {} To {} failed.", t->cur_file_, str_key); return; } - std::this_thread::sleep_for(std::chrono::milliseconds(10)); + //std::this_thread::sleep_for(std::chrono::milliseconds(10)); } buf->type_ = TYPE_TRANS_DONE;