You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/10/08 20:05:57 UTC

[GitHub] dubee commented on a change in pull request #4059: Increase max-content-length to 50 MB

dubee commented on a change in pull request #4059: Increase max-content-length to 50 MB
URL: https://github.com/apache/incubator-openwhisk/pull/4059#discussion_r223482121
 
 

 ##########
 File path: tests/src/test/scala/common/WhiskProperties.java
 ##########
 @@ -349,6 +349,10 @@ public static boolean onLinux() {
         return osname.equalsIgnoreCase("linux");
     }
 
+    public static int getMaxActionSizeMB(){
+        return Integer.parseInt(getProperty("whisk.action.size.max", "10"));
 
 Review comment:
   @chetanmeh, where is `whisk.action.size.max` set?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services