Skip to content

Commit

Permalink
network.http.keep-alive.timeout (commented out)
Browse files Browse the repository at this point in the history
Relates to #387
  • Loading branch information
pyllyukko committed Jun 17, 2018
1 parent f2a830c commit 3eb0839
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,12 @@ user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
* SECTION: Automatic connections *
******************************************************************************/

// PREF: Limit the connection keep-alive timeout to 15 seconds (disabled)
// https://github.com/pyllyukko/user.js/issues/387
// http://kb.mozillazine.org/Network.http.keep-alive.timeout
// https://httpd.apache.org/docs/current/mod/core.html#keepalivetimeout
//user_pref("network.http.keep-alive.timeout", 15);

// PREF: Disable prefetching of <link rel="next"> URLs
// http://kb.mozillazine.org/Network.prefetch-next
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Link_prefetching_FAQ#Is_there_a_preference_to_disable_link_prefetching.3F
Expand Down

0 comments on commit 3eb0839

Please sign in to comment.