Skip to content

Commit

Permalink
docs: ✏️ maxParts jsdoc description
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Alonso authored and Danilo Alonso committed Jun 10, 2024
1 parent 8a249d3 commit 236d02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/route.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export interface RouteOptionsPayload {

/**
* @default 1000
* Limits the size of incoming payloads to the specified byte count. Allowing very large payloads may cause the server to run out of memory.
* Limits the number of parts allowed in multipart payloads.
* [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-routeoptionspayloadmaxparts)
*/
maxParts?: number;
Expand Down

0 comments on commit 236d02f

Please sign in to comment.