Cytat:
Napisany przez kodziu
- ustawić wartość network.http.pipelining.maxrequests na jakąś liczbę np. 30. Znaczyć to będzie, że przeglądarka wyśle 30 żądań w tym samym czasie.
|
nie ma sensu ustawiać więcej niż 8, bo 8 to max.
Kod:
network.http.pipelining.maxrequests
* Description: maximum number of consecutive requests in one pipeline.
* Type: integer
* Limit: 8
* Default: 4
* Additional Info: nsHTTP.h. Optimal value depends on connection bandwidth/latency.
* Recommendation: 8. While it doesn't hurt to set it to 100 like in other tweak examples, it will have no effect whatsoever because of the mentioned limit.