From 9fc109cc9ec91e7e8245ec4a438cdf775b32f48d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kleinb=C3=B6lting?= Date: Mon, 11 Dec 2023 10:53:17 +0100 Subject: [PATCH] chore: Set Sipi max_post_size = '2G' in all configuration (#2962) --- integration/src/test/resources/sipi.docker-config.lua | 2 +- sipi/config/sipi.docker-no-auth-config.lua | 2 +- sipi/config/sipi.docker-test-config.lua | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/integration/src/test/resources/sipi.docker-config.lua b/integration/src/test/resources/sipi.docker-config.lua index defcb0d286..7e887092be 100644 --- a/integration/src/test/resources/sipi.docker-config.lua +++ b/integration/src/test/resources/sipi.docker-config.lua @@ -58,7 +58,7 @@ sipi = { -- -- Maximal size of a post request -- - max_post_size = '250M', + max_post_size = '2G', -- -- indicates the path to the root of the image directory. Depending on the settings of the variable diff --git a/sipi/config/sipi.docker-no-auth-config.lua b/sipi/config/sipi.docker-no-auth-config.lua index 9dddb09e50..c8953ba675 100644 --- a/sipi/config/sipi.docker-no-auth-config.lua +++ b/sipi/config/sipi.docker-no-auth-config.lua @@ -30,7 +30,7 @@ sipi = { -- -- Maximal size of a post request -- - max_post_size = '30M', + max_post_size = '2G', -- -- indicates the path to the root of the image directory. Depending on the settings of the variable diff --git a/sipi/config/sipi.docker-test-config.lua b/sipi/config/sipi.docker-test-config.lua index d19e17c348..af5a350e35 100644 --- a/sipi/config/sipi.docker-test-config.lua +++ b/sipi/config/sipi.docker-test-config.lua @@ -58,8 +58,7 @@ sipi = { -- -- Maximal size of a post request -- - max_post_size = '250M', - + max_post_size = '2G', -- -- indicates the path to the root of the image directory. Depending on the settings of the variable -- "prefix_as_path" the images are search at // (prefix_as_path = TRUE)