This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git
The following commit(s) were added to refs/heads/master by this push:
new 3fc5bdd Increase action size limit from 3MB to 50MB (#131)
3fc5bdd is described below
commit 3fc5bdd0bec609c87698c966317377de762188e0
Author: ddragosd <[email protected]>
AuthorDate: Fri Jun 1 09:47:17 2018 -0700
Increase action size limit from 3MB to 50MB (#131)
---
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..b68a739 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 50m; # 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].