This commit is contained in:
wong
2025-12-23 09:57:50 +08:00
parent 5e198d1021
commit c37e5aca35
2 changed files with 2 additions and 2 deletions

View File

@@ -1183,7 +1183,7 @@ class WechatAccountHealthScoreService
try {
$startTime = microtime(true);
// 去除开始日志,减少日志空间消耗
", useMultiThread: " . ($useMultiThread ? 'true' : 'false'));
$stats = [
'total' => 0,

View File

@@ -157,7 +157,7 @@ class WorkbenchTrafficDistributeJob
'exp' => $config['exp'],
'expTime' => time() + 86400 * $config['exp'],
]);
// 去除成功日志,减少日志空间消耗
- // 去除成功日志,减少日志空间消耗
}
$i++;
}