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