From ed49ea7b411ddaa260dfe9bd7ce5c54a026f2448 Mon Sep 17 00:00:00 2001 From: andryyy Date: Tue, 12 May 2020 18:29:54 +0200 Subject: [PATCH] [PHP-FPM] Increase timeouts --- data/conf/phpfpm/php-conf.d/other.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/conf/phpfpm/php-conf.d/other.ini b/data/conf/phpfpm/php-conf.d/other.ini index 348d5898..379be750 100644 --- a/data/conf/phpfpm/php-conf.d/other.ini +++ b/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