From 75fd330e310cf8346424e33bab73035717512c5a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 19 Jun 2023 17:48:29 +0200 Subject: [PATCH] wip #6060 @0.75 --- php/php.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/php.ini b/php/php.ini index 05ea61b..aa9250e 100644 --- a/php/php.ini +++ b/php/php.ini @@ -1,4 +1,5 @@ error_log = /proc/self/fd/2 log_errors = 1 memory_limit = 12G -max_input_vars = 1000000 \ No newline at end of file +max_input_vars = 1000000 +max_execution_time = 600 \ No newline at end of file -- 2.39.5