diff --git a/Docker/php-8.1-fpm/php-custom.ini b/Docker/php-8.1-fpm/php-custom.ini index ac5669b..297703e 100644 --- a/Docker/php-8.1-fpm/php-custom.ini +++ b/Docker/php-8.1-fpm/php-custom.ini @@ -2,6 +2,7 @@ memory_limit = 8192M upload_max_filesize = 50M post_max_size = 50M max_execution_time = 150 +max_input_vars = 10000 ; Log level ; Possible Values: alert, error, warning, notice, debug diff --git a/src b/src index 95530dd..f31ed6c 160000 --- a/src +++ b/src @@ -1 +1 @@ -Subproject commit 95530dd196e974ad864bd7d6f2a7f9e52f237ae9 +Subproject commit f31ed6ccfa9719e9cee4103afffe476d759b0f31