app.update.interval does not work as expected
Categories
(Toolkit :: Application Update, defect)
Tracking
()
People
(Reporter: bytesized, Unassigned)
References
Details
The user b.loeffler reports that setting app.update.interval
to 86400
(24 hours in seconds) does not result in update checks being reduced to once per day.
Comment 1•2 years ago
|
||
Hello,
any updates so far?
I literally can't use firefox any more. Multiple update searches happen every couple minutes.
I need to use a different browser right now. Its no use, firefox is totally broken right now.
Since the last updates it got unfortunately worse.
Reporter | ||
Comment 2•2 years ago
|
||
(In reply to b.loeffler from comment #1)
I literally can't use firefox any more. Multiple update searches happen every couple minutes.
That doesn't make sense to me. Even assuming that changing app.update.interval
doesn't work, there shouldn't be any situation where update checks happen that often. Based on the context from Bug 1835223, I am guessing that you are judging that an update check is happening because the browser is freezing. But it seems more likely to me that there are multiple things triggering freezes rather than there being update checks happening that frequently. Is there something that you are seeing besides the freezing that is suggesting that update checks are happening this frequently?
To be sure, you could turn on logging and check the logs:
- Navigate to
about:config
and setapp.update.log
totrue
. - Open the Browser Console either with the hotkey Control+Shift+J (Command+Shift+J on macOS), or via Hamburger Menu->More Tools->Browser Console
- In the Filter textbox at the top, enter
AUS:SVC CheckerService:getUpdateURL - update URL
in order to see just one log message per update check.
Do you see that log message happening multiple times every couple of minutes?
We have started seeing some more intermittent failures due to Firefox connecting to the update server in automation
Bug 1754363 and bug 1846976. This might indicate that something could be wrong with the update interval.
Reporter | ||
Comment 4•2 years ago
|
||
I still haven't had time to confirm this on my own machine, but fixing a misbehaving pref that isn't exposed in settings is generally going to be an S3, I think.
Description
•