#feature: AI analysis update
This commit is contained in:
@@ -207,7 +207,8 @@ class SlsClient
|
||||
|
||||
$allLogs = array_merge($allLogs, $result['logs']);
|
||||
|
||||
if ($result['complete'] || count($result['logs']) < $batchSize) {
|
||||
// 如果返回的日志数量小于批次大小,说明没有更多数据了
|
||||
if (count($result['logs']) < $batchSize) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user