Network.proxy.autoconfig retry interval max

From MozillaZine Knowledge Base
Revision as of 01:57, 2 July 2006 by Unarmed (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Background

“Offline Mode” normally does not use a proxy for browsing; however, a bug would prevent proxy auto-config files (PAC files) from loading if Mozilla was started in offline mode. To deal with the problem of inaccessible PAC files, this preference and network.proxy.autoconfig_retry_interval_min were created to control how often the PAC file’s URL was re-tried.

If the PAC file loading fails, Mozilla will try to reload it after a period of time. If the file is still inaccessible, Mozilla will increase the interval exponentially (doubling it) and retry again until the interval is equal to or greater than the value set in this preference.

Possible values and their effects

Any non-negative integer, indicating the maximum number of seconds between retries of loading the PAC file. (Default: 300)

Caveats

First checked in

2006-06-12 by Darin Fisher

Has an effect in

  • Mozilla Firefox (nightly builds since 2006-06-12; 2.0)
  • SeaMonkey (nightly builds since 2006-06-12)

Related bugs

Related preferences