This is an automated email from the ASF dual-hosted git repository. dragos pushed a commit to branch action_size_increase in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git
commit 7a90f13bf069e9bebf24e2fc1868e07a1d2f95bf Author: ddragosd <[email protected]> AuthorDate: Fri Jun 1 09:38:28 2018 -0700 Increase action size limit from 3MB to 1GB --- docker-compose/apigateway/generated-conf.d/whisk-docker-compose.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/apigateway/generated-conf.d/whisk-docker-compose.conf b/docker-compose/apigateway/generated-conf.d/whisk-docker-compose.conf index 51857d6..648f4ca 100644 --- a/docker-compose/apigateway/generated-conf.d/whisk-docker-compose.conf +++ b/docker-compose/apigateway/generated-conf.d/whisk-docker-compose.conf @@ -23,7 +23,7 @@ server { proxy_http_version 1.1; proxy_set_header Connection ""; - client_max_body_size 3m; # allow bigger functions to be deployed + client_max_body_size 1024m; # allow bigger functions to be deployed location /docs { proxy_pass http://whisk_controller; -- To stop receiving notification emails like this one, please contact [email protected].
