Ver Fonte

封装的报表类方法

gogs há 1 mês atrás
pai
commit
3adf09d4ac
1 ficheiros alterados com 1 adições e 1 exclusões
  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("发送进程启动(短连接模式)...");
         $this->info("发送进程启动(短连接模式)...");
 
 
-        $m = 3;
+        $m = 10;
         while (true) {
         while (true) {
             foreach ($deviceConfigs as $dev) {
             foreach ($deviceConfigs as $dev) {
                 try {
                 try {