network.http.max-connections

 

https://bugs.chromium.org/p/chromium/issues/detail?id=12066

 

 

https://chromium.googlesource.com/chromium/src/+/65.0.3325.162/net/socket/client_socket_pool_manager.cc#44

 

https://chromium.googlesource.com/chromium/src/+/refs/heads/master/net/socket/client_socket_pool_manager.cc

 

 

// Default to allow up to 6 connections per host. Experiment and tuning may
  // try other values (greater than 0). Too large may cause many problems, such
  // as home routers blocking the connections!?!? See http://crbug.com/12066.
  //
  // WebSocket connections are long-lived, and should be treated differently
  // than normal other connections. Use a limit of 255, so the limit for wss will
  // be the same as the limit for ws. Also note that Firefox uses a limit of 200.
  // See http://crbug.com/486800
  {
  // NORMAL_SOCKET_POOL
  // WEBSOCKET_SOCKET_POOL
  };

 

 

69.0.1 (64-bit)

about:config
 network.http.max-connections;900

 

https://bugzilla.mozilla.org/show_bug.cgi?id=1370670

 

相关文章:

  • 2021-05-27
  • 2022-01-01
  • 2021-12-08
  • 2021-07-16
  • 2021-09-07
  • 2021-12-08
  • 2021-10-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-08-08
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案