Reputation: 481
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
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:
Upvotes: 5