From 75f4da8c34a4572375e306eeb60aaed49ca9a42a Mon Sep 17 00:00:00 2001 From: olevole Date: Wed, 12 Apr 2023 23:05:37 +0300 Subject: [PATCH] increate max_execution_time (import/export/upgrade operation) --- examples/php.ini.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/php.ini.sample b/examples/php.ini.sample index 002809a2..3695790a 100644 --- a/examples/php.ini.sample +++ b/examples/php.ini.sample @@ -406,7 +406,7 @@ expose_php = Off ; Maximum execution time of each script, in seconds ; http://php.net/max-execution-time ; Note: This directive is hardcoded to 0 for the CLI SAPI -max_execution_time = 30 +max_execution_time = 1200 ; Maximum amount of time each script may spend parsing request data. It's a good ; idea to limit this time on productions servers in order to eliminate unexpectedly