send:禁用延迟发送。

This commit is contained in:
taynpg 2025-01-07 14:02:35 +08:00
parent 965be90c1e
commit fbb1ae43e8

View File

@ -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;