Skip to content

Commit

Permalink
chore: Set Sipi max_post_size = '2G' in all configuration (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Dec 11, 2023
1 parent bad8bbe commit 9fc109c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration/src/test/resources/sipi.docker-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sipi/config/sipi.docker-no-auth-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions sipi/config/sipi.docker-test-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 <imgroot>/<prefix>/<imageid> (prefix_as_path = TRUE)
Expand Down

0 comments on commit 9fc109c

Please sign in to comment.