#feature: AI analysis update

This commit is contained in:
2026-01-15 15:39:49 +08:00
parent ae6c169f5f
commit bbe68839e3
7 changed files with 343 additions and 62 deletions

View File

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