Browse Source

[PHP-FPM] Increase timeouts

andryyy 5 years ago
parent
commit
ed49ea7b41
1 changed files with 2 additions and 2 deletions
  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