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 2019/01/21 02:25:27 UTC

[GitHub] Sumhua opened a new issue #107: base64 param length limit?

Sumhua opened a new issue #107: base64 param length limit?
URL: https://github.com/apache/incubator-openwhisk-runtime-nodejs/issues/107
 
 
   Why nodejs has following limit when parse action runner,
   ```
   app.use(bodyParser.json({ limit: "48mb" }));
   ```
   while python and java8 runtime does not have such limit?

----------------------------------------------------------------
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