Open
Bug 860502
Opened 12 years ago
Updated 3 years ago
Bring desktop Firefox' app.update.timerFirstInterval closer to the Fennec and Metro value
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
NEW
People
(Reporter: jaws, Unassigned)
Details
Metro checks for an update 20 seconds after launch, Firefox for Android checks for update 30 seconds after launch. Firefox on desktop currently waits 10 minutes after startup to check for an update.
Users who launch and exit the browser in a short time interval will never start the update process.
We should lower app.update.timerFirstInterval to somewhere between 20s and 60s. http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/update/nsUpdateTimerManager.js is where the changes should be made.
After landing this, we may want to file a follow-up bug to build a hotfix that will set this pref on older versions of Firefox as well.
Comment 1•12 years ago
|
||
(In reply to Jared Wein [:jaws] from comment #0)
>...
> We should lower app.update.timerFirstInterval to somewhere between 20s and
> 60s.
> http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/update/
> nsUpdateTimerManager.js is where the changes should be made.
The changes should be made to the Firefox preferences and not to nsUpdateTimerManager.js.
http://mxr.mozilla.org/mozilla-central/source/browser/app/profile/firefox.js
| Reporter | ||
Comment 2•12 years ago
|
||
Bah, sorry, thanks for the correction.
Comment 3•12 years ago
|
||
btw: you can also control the delay between notifying each consumer with the app.update.timerMinimumDelay preference with a minimum value of 60 (e.g. 60 seconds). It is currently 120 seconds.
Comment 4•12 years ago
|
||
I have heard about data that shows that a large number of sessions are extremely short. Does that data also include if these same systems also have session length over time? It would be helpful with knowing the number of systems that would benefit from this change.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•