Skip to content

Instantly share code, notes, and snippets.

@s3u
Created July 20, 2012 05:13
Show Gist options
  • Save s3u/3148816 to your computer and use it in GitHub Desktop.
Save s3u/3148816 to your computer and use it in GitHub Desktop.
Pipelining settings in Firefox
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.aggressive", true);
user_pref("network.http.pipelining.maxrequests", 6);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment