Commit a2e07396 by 赵增煜

fix

parent 1f4830d3
......@@ -11,8 +11,8 @@
set_time_limit(1800);
ini_set('memory_limit', '-1');
ini_set('max_execution_time', 1800);
ini_set('max_input_time', 1800);
ini_set('max_execution_time', 10800);
ini_set('max_input_time', 10800);
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