@@ -39,7 +39,7 @@ class ManDeviceJobHc implements ShouldQueue
if ($this->data['type'] == "dataPoint") {
$redisKey = 'buffer:hengchang_data';
- $batchSize = 5;
+ $batchSize = 500;
// 1. 整理数据并推入 Redis 列表
$records = [];