Chromium max number of concurrent HTTP connections

browser, chromium, google-chrome, http

Solution

Check out the 'MaxConnectionsPerProxy' policy template at http://dev.chromium.org/administrators/policy-templates.[1][2] It doesn't look like Chrome or Chromium will support configuring the maximum number of concurrent HTTP connections like Firefox does in about:config.[3]

References:

- http://code.google.com/p/chromium/issues/detail?id=63658

- http://dev.chromium.org/administrators/policy-templates

- http://code.google.com/p/chromium/issues/detail?id=87381

Problem

Could someone point me to the maximum number of concurrent HTTP connections in chromium by default. In case I need to change the value is there a flag which enables that. If not, could you point me to the location in the chromium source where this can be achieved.

Original source