Browser.microsummary.requestTimeout: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
(New default per bug 347097; add related pref)
 
Line 5: Line 5:


==Possible values and their effects==
==Possible values and their effects==
A positive integer determining the number of seconds to wait until cancelling microsummary loads that take too long. Default value is 10.
A positive integer determining the number of seconds to wait until cancelling microsummary loads that take too long. Default value is 300.


==First checked in==
==First checked in==
Line 15: Line 15:
==Related bugs==
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=341840 Bug 341840 - microsummary service should cancel connections]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=341840 Bug 341840 - microsummary service should cancel connections]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=347097 Bug 347097 - establish optimum microsummary load timeout]


==Related preferences==
==Related preferences==
* [[browser.microsummary.log]]
* [[browser.microsummary.log]]
* [[browser.microsummary.updateInterval]]


==External links==
==External links==

Latest revision as of 02:53, 16 August 2006

Background

Firefox 2.0 introduces Microsummaries for bookmarks — a way to extract a bit of information from a web page and display it in the bookmark’s title. When the service tries to update a microsummary, this preference determines how long to wait for a response until the connection is cancelled.

Possible values and their effects

A positive integer determining the number of seconds to wait until cancelling microsummary loads that take too long. Default value is 300.

First checked in

2006-07-31 by Myk Melez

Has an effect in

  • Mozilla Firefox (nightly builds since 2006-07-31; 2.0)

Related bugs

Related preferences

External links