Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Set Sipi max_post_size = '2G' in all configuration #2962

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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