Skip to content

Commit 3eb0839

Browse files
committed
network.http.keep-alive.timeout (commented out)
Relates to #387
1 parent f2a830c commit 3eb0839

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

user.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,12 @@ user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
585585
* SECTION: Automatic connections *
586586
******************************************************************************/
587587

588+
// PREF: Limit the connection keep-alive timeout to 15 seconds (disabled)
589+
// https://github.com/pyllyukko/user.js/issues/387
590+
// http://kb.mozillazine.org/Network.http.keep-alive.timeout
591+
// https://httpd.apache.org/docs/current/mod/core.html#keepalivetimeout
592+
//user_pref("network.http.keep-alive.timeout", 15);
593+
588594
// PREF: Disable prefetching of <link rel="next"> URLs
589595
// http://kb.mozillazine.org/Network.prefetch-next
590596
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Link_prefetching_FAQ#Is_there_a_preference_to_disable_link_prefetching.3F

0 commit comments

Comments
 (0)