|
@@ -51,7 +51,7 @@ class minutesControl extends BaseCronControl
|
|
|
if($available_pd < $alarm_pd || $available_pd < 10000)
|
|
|
{
|
|
|
$counts = $mch_cache['send_count'];
|
|
|
- if(($mch_cache['last_time'] + 300 < time()) && $counts < 5) {
|
|
|
+ if(($mch_cache['last_time'] + 300 < time()) && $counts < 2) {
|
|
|
$mch_cache = ['last_time' => time(), 'send_count' => $counts + 1];
|
|
|
foreach ($phones as $phone) {
|
|
|
if(!empty($phone)){
|