Commit 51db1a53 authored by hujun's avatar hujun

临时增加运存

parent bcc9ac58
...@@ -114,6 +114,7 @@ class JobTask ...@@ -114,6 +114,7 @@ class JobTask
*/ */
public function image() { public function image() {
set_time_limit(0); // 取消脚本运行时间的超时上限 set_time_limit(0); // 取消脚本运行时间的超时上限
ini_set('memory_limit', '512M');
$depot = new GImageDepot(); $depot = new GImageDepot();
$image_data = $depot->getImageDepotList('img_name', [], 1, 500); $image_data = $depot->getImageDepotList('img_name', [], 1, 500);
$path = './static/shop_image_depot/'; $path = './static/shop_image_depot/';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment