apache/openwhisk-runtime-nodejs

base64 param length limit?

Closed this issue · 1 comments

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?

iirc the default is a lot smaller otherwise and would prevent accepting large zip files.