Explorar el Código

[PHP-FPM] Increase timeouts

andryyy hace 5 años
padre
commit
ed49ea7b41
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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