Skip to main content
function setMaxIdleHTTPParsers
setMaxIdleHTTPParsers(max: number): void
Deprecated

Set the maximum number of idle HTTP parsers.

Parameters

optional
max: number = 1000

Return Type

void
Back to top