From 8bcd0e8ee5b85f2e1643316eec10fc34fbc7df7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dalibor=20Pan=C4=8Di=C4=87?= Date: Wed, 28 Feb 2024 18:26:20 +0100 Subject: [PATCH] update php.ini --- .user.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.user.ini b/.user.ini index bea4b168..c81789bb 100644 --- a/.user.ini +++ b/.user.ini @@ -1,2 +1,6 @@ ; Custom php.ini config -max_execution_time = 180 +max_execution_time = 300 +max_input_time = 300 +upload_max_filesize = 256M +post_max_size = 257M +memory_limit = 258M \ No newline at end of file