mirror of
https://github.com/djhackersdev/minime.git
synced 2026-04-24 07:26:53 -05:00
chunithm: Raise POST payload size limit
This commit is contained in:
parent
c50a0093fd
commit
4f89894fd1
|
|
@ -117,7 +117,7 @@ export default function chunithm(db: DataSource) {
|
|||
|
||||
app.use(quirks);
|
||||
app.use(compression({ threshold: 0 }));
|
||||
app.use(express.json());
|
||||
app.use(express.json({ limit: "50mb" })); // that ought to be enough
|
||||
app.use(trace);
|
||||
|
||||
app.use("/ChuniServlet", wrapper);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user