stanley-king 3 years ago
parent
commit
1ea89fabb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crontab/control/minutes.php

+ 1 - 1
crontab/control/minutes.php

@@ -428,7 +428,7 @@ class minutesControl extends BaseCronControl
                 Log::record($ex->getMessage(),Log::ERR);
                 Log::record($ex->getMessage(),Log::ERR);
             }
             }
 
 
-            sleep(10);
+            sleep(1);
         }
         }
     }
     }