Maximum number of concurrent Chromium HTTP connections

Can someone tell me the maximum number of concurrent HTTP connections in chrome by default. In case I need to change the value, there is a flag that allows this. If not, could you please indicate to me the place in the chromium source where this can be achieved.

+3
source share
1 answer

Check out the MaxConnectionsPerProxy policy template at http://dev.chromium.org/administrators/policy-templates.[1†[2] It is not like Chrome or Chromium, which will support setting the maximum number of simultaneous HTTP connections, for example Firefox, in about: config. [3]

Literature:

+4

All Articles