Browse Source

封装的报表类方法

gogs 1 tháng trước cách đây
mục cha
commit
3adf09d4ac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Console/Commands/MqttPusher.php

+ 1 - 1
app/Console/Commands/MqttPusher.php

@@ -46,7 +46,7 @@ class MqttPusher extends Command
 
         $this->info("发送进程启动(短连接模式)...");
 
-        $m = 3;
+        $m = 10;
         while (true) {
             foreach ($deviceConfigs as $dev) {
                 try {