mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-22 02:14:08 -05:00
chunithm: Raise POST payload size limit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user