Explorar o código

fix apollo bug

xielin %!s(int64=6) %!d(string=hai) anos
pai
achega
5e590ef490
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Console/Commands/apollo.php

+ 1 - 0
app/Console/Commands/apollo.php

@@ -80,6 +80,7 @@ class Apollo extends Command
             if ($error) {
                 Log::info("Apollo Hand error :" . $error);
             }
+            sleep(60);
         } while ($error && $restart);
     }
 }