Documentation missing descriptions for options. e.g. Source code contains ``` this.options.maxSockets = this.options.maxSockets || 20; ``` But what does 20 default socket limitation will imply?
Documentation missing descriptions for options.
e.g. Source code contains
But what does 20 default socket limitation will imply?