mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
fix: increase max API input size to 50MB
This commit is contained in:
parent
9c1568b911
commit
4bdce129b3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ app.use(
|
||||||
);
|
);
|
||||||
app.use(
|
app.use(
|
||||||
express.json({
|
express.json({
|
||||||
limit: "10mb",
|
limit: "50mb",
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
app.use(multer().none());
|
app.use(multer().none());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue