Explorar el Código

封装的报表类方法

gogs hace 2 meses
padre
commit
3adf09d4ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {