View Single Post
Re: FireFox Speed Tweaks
Old
  (#7)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: FireFox Speed Tweaks - 25-02-2005

Quote:
Originally Posted by Brainz
well, apparently the maximum value for this is 8 anyway, anything above that FF just reads as the maximum.
True.

PHP Code:
// hard upper limit on the number of requests that can be pipelined
#define NS_HTTP_MAX_PIPELINED_REQUESTS 8 
  
Reply With Quote