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