Commit c4903972 by 王召彬

腾讯云记日志去掉延迟

parent e260d184
......@@ -63,11 +63,6 @@ class ClsLog
if($res->getResponse()->getStatusCode() == 200) {
return true;
}
if (App::isCoContext()) {
Coroutine::sleep(1);
} else {
sleep(1);
}
}
$msg = '上传腾讯云日志服务失败:'.$res->getResult();
self::writeClsErrors($msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment