shish 2 лет назад
Родитель
Сommit
c04fcb2d1d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      console/controllers/RefundController.php

+ 2 - 0
console/controllers/RefundController.php

@@ -18,6 +18,8 @@ class RefundController extends Controller
 
     public function actionStatus()
     {
+        ini_set('memory_limit', '2045M');
+        set_time_limit(0);
         $query = new \yii\db\Query();
         $query->from(RefundOrder::tableName());
         $query->where(['>', 'id', 0]);