dreamer13134
dreamer13134

Reputation: 481

Chromium max number of concurrent HTTP connections

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.

Upvotes: 5

Views: 9905

Answers (1)

jqp
jqp

Reputation: 667

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:

  1. http://code.google.com/p/chromium/issues/detail?id=63658
  2. http://dev.chromium.org/administrators/policy-templates
  3. http://code.google.com/p/chromium/issues/detail?id=87381

Upvotes: 5

Related Questions