Closed Sumhua closed 4 years ago
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.
Why nodejs has following limit when parse action runner,
while python and java8 runtime does not have such limit?