浏览代码

[PHP-FPM] Increase timeouts

andryyy 5 年之前
父节点
当前提交
ed49ea7b41
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      data/conf/phpfpm/php-conf.d/other.ini

+ 2 - 2
data/conf/phpfpm/php-conf.d/other.ini

@@ -1,2 +1,2 @@
-max_execution_time = 1200
-max_input_time = 1200
+max_execution_time = 3600
+max_input_time = 3600