Skip to content

Commit

Permalink
Merge pull request #12 from cowprotocol/large_payloads
Browse files Browse the repository at this point in the history
Allow for particularly large bundles
  • Loading branch information
m-lord-renkse authored Aug 16, 2024
2 parents cc8412d + 5f95d8c commit 998f685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class App {
}

middlewares() {
this.server.use(express.json());
this.server.use(express.json({ limit: "10mb" }));
this.server.use(
promBundle({
includeMethod: true,
Expand Down

0 comments on commit 998f685

Please sign in to comment.