shish 2 سال پیش
والد
کامیت
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]);