From 349444aeb7995eea366f8f79910f30c476e26c97 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 30 Jan 2020 13:23:00 +0100 Subject: [PATCH] change max_input_vars=5000 to support translations tools with API --- doc/docker/development/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docker/development/Dockerfile b/doc/docker/development/Dockerfile index ab29894caf..eb78803744 100644 --- a/doc/docker/development/Dockerfile +++ b/doc/docker/development/Dockerfile @@ -35,7 +35,7 @@ RUN apt-get update \ -e 's|^;\?max_execution_time \?=.*|max_execution_time = 90|g' \ -e 's|^;\?upload_max_filesize \?=.*|upload_max_filesize = 64M|g' \ -e 's|^;\?post_max_size \?=.*|post_max_size = 65M|g' \ - -e 's|^;\?max_input_vars \?=.*|max_input_vars = 2000|g' \ + -e 's|^;\?max_input_vars \?=.*|max_input_vars = 5000|g' \ -e 's|^;\?zlib.output_compression \?=.*|zlib.output_compression = On|g' \ -e 's|^;\?opcache.validate_timestamps \?=.*|opcache.validate_timestamps=0|g' \ -i /etc/php/$PHP_VERSION/fpm/php.ini \