Commit d1a9e4bd by 赵增煜
parents 169a0f67 dbbb61ec
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
use Dcat\EasyExcel\Support\SheetCollection; use Dcat\EasyExcel\Support\SheetCollection;
use Exception; use Exception;
set_time_limit(600); set_time_limit(1800);
ini_set('memory_limit', '-1'); ini_set('memory_limit', '-1');
ini_set('max_execution_time', 600); ini_set('max_execution_time', 1800);
ini_set('max_input_time', 600); ini_set('max_input_time', 1800);
class DrugImportForm extends Form 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