Skip to content

Commit

Permalink
Merge pull request #36 from shubham2811/master
Browse files Browse the repository at this point in the history
Chore: Update doc increase in bodylimit size in fastify
  • Loading branch information
shubham2811 committed Jun 26, 2023
2 parents f157d62 + e3eea73 commit 123398f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,12 @@ deflate
* (no preference — @fastify/compress will use gzip)
identity (no compression)
```
## Increase bodyLimit Size
```js
server: {
bodyLimit : 1048576//new size limit
}
```
## Contributions

Make sure you sign the CLA. Checkout the [contribution guide](https://github.com/electrode-io/electrode/blob/master/CONTRIBUTING.md)
Expand Down

0 comments on commit 123398f

Please sign in to comment.