Skip to content

Commit

Permalink
doc: update http.setMaxIdleHTTPParsers arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
debadree25 committed Jan 11, 2023
1 parent 384e1b5 commit 0f870f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/http.md
Expand Up @@ -3777,15 +3777,15 @@ try {
}
```

## `http.setMaxIdleHTTPParsers`
## `http.setMaxIdleHTTPParsers(max)`

<!-- YAML
added:
- v18.8.0
- v16.18.0
-->

* {number}
* `max` {number}

Set the maximum number of idle HTTP parsers. **Default:** `1000`.

Expand Down

0 comments on commit 0f870f2

Please sign in to comment.