Commit dd83219b by 王召彬

Merge branch 'fixbug-clslog'

parents fc0237cb c4903972
...@@ -63,7 +63,6 @@ class ClsLog ...@@ -63,7 +63,6 @@ class ClsLog
if($res->getResponse()->getStatusCode() == 200) { if($res->getResponse()->getStatusCode() == 200) {
return true; return true;
} }
Coroutine::sleep(1);
} }
$msg = '上传腾讯云日志服务失败:'.$res->getResult(); $msg = '上传腾讯云日志服务失败:'.$res->getResult();
self::writeClsErrors($msg); 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