-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Now it is None
by default (infinite amount of parallel connections).
I suggest shrinking the default to large enough but limited value.
The main question is: what the value should be? 10? 100? 1000?
The only thought about default: it should correlate with default number of available file descriptors, which is 1024.
Thus we have a choice between 10-50-100.
Any suggestions?