From 4d121057d75b18cd347d4fa2f9e5dc1d129d71c2 Mon Sep 17 00:00:00 2001 From: Robert Nasarek Date: Mon, 21 Nov 2022 12:08:38 +0100 Subject: [PATCH] adjust php settings to recommended --- install_wisski.bash | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/install_wisski.bash b/install_wisski.bash index 94aba93..8d0bfab 100755 --- a/install_wisski.bash +++ b/install_wisski.bash @@ -338,9 +338,13 @@ fi TWEAKPHP=$'file_uploads = On allow_url_fopen = On -memory_limit = 256M +memory_limit = 2560M upload_max_filesize = 20M -max_execution_time = 60 +post_max_size = 20M +max_execution_time = 360 +max_input_vars = 10000 +max_input_time = 360 +max_file_uploads = 2000 date.timezone = Europe/Berlin max_input_nesting_level = 640'