From fbb1ae43e8fc7d84750651b4ba9f188c0cbe823b Mon Sep 17 00:00:00 2001 From: taynpg Date: Tue, 7 Jan 2025 14:02:35 +0800 Subject: [PATCH] =?UTF-8?q?send=EF=BC=9A=E7=A6=81=E7=94=A8=E5=BB=B6?= =?UTF-8?q?=E8=BF=9F=E5=8F=91=E9=80=81=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 021ce31..94a2233 100644 --- a/client/client.cpp +++ b/client/client.cpp @@ -658,7 +658,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;