shish 2 лет назад
Родитель
Сommit
9468368bcc
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app-ghs/controllers/CustomController.php

+ 2 - 0
app-ghs/controllers/CustomController.php

@@ -592,6 +592,8 @@ class CustomController extends BaseController
             }
         }
         if ($export == 1) {
+            ini_set('memory_limit', '2045M');
+            set_time_limit(0);
             CustomClass::exportCustom($where, $sort, $this->mainId);
             util::stop();
         }