Commit dbbb61ec by lujunyi

运行时间

parent 951d7774
......@@ -9,10 +9,10 @@
use Dcat\EasyExcel\Support\SheetCollection;
use Exception;
set_time_limit(600);
set_time_limit(1800);
ini_set('memory_limit', '-1');
ini_set('max_execution_time', 600);
ini_set('max_input_time', 600);
ini_set('max_execution_time', 1800);
ini_set('max_input_time', 1800);
class DrugImportForm extends Form
{
/**
......
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 sign in to comment