max number of concurrent file downloads in a browser?

后端 未结 6 1678
甜味超标
甜味超标 2021-01-15 20:15

Two related questions:

  1. What are the maximum number of concurrent files that a web page is allowed to open (e.g., images, css files, etc)? I assume this va

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-15 21:08

    I know at least in Firefox, this value is configurable (network.http.max-connections, network.http.max-connections-per-server, and network.http.pipelining.maxrequests), so I doubt you'll get a definitive answer on this one. The default is 4, however.

    What are you attempting to accomplish?

提交回复
热议问题