Bug #305843 --> update timer should not fire every 5 seconds - fire every 10 minutes instead.
Port Ben's patch to Thunderbird.
This commit is contained in:
Родитель
b15d123c7f
Коммит
1f959b4bcb
|
@ -91,7 +91,7 @@ pref("app.update.nagTimer.download", 86400);
|
||||||
pref("app.update.nagTimer.restart", 1800);
|
pref("app.update.nagTimer.restart", 1800);
|
||||||
// Interval: When all registered timers should be checked (in milliseconds)
|
// Interval: When all registered timers should be checked (in milliseconds)
|
||||||
// default=5 seconds
|
// default=5 seconds
|
||||||
pref("app.update.timer", 5000);
|
pref("app.update.timer", 600000);
|
||||||
|
|
||||||
// Whether or not we show a dialog box informing the user that the update was
|
// Whether or not we show a dialog box informing the user that the update was
|
||||||
// successfully applied. This is off in Firefox by default since we show a
|
// successfully applied. This is off in Firefox by default since we show a
|
||||||
|
|
Загрузка…
Ссылка в новой задаче