From 5d3ca2f229ccee4d8e28e08da83493cf4bc42710 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Fri, 26 Aug 2005 20:56:11 +0000 Subject: [PATCH] Bug #305843 --> update timer should not fire every 5 seconds - fire every 10 minutes instead. Port Ben's patch to Thunderbird. git-svn-id: svn://10.0.0.236/trunk@179102 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mail/app/profile/all-thunderbird.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mail/app/profile/all-thunderbird.js b/mozilla/mail/app/profile/all-thunderbird.js index 86d01f19d2e..44181f1a700 100644 --- a/mozilla/mail/app/profile/all-thunderbird.js +++ b/mozilla/mail/app/profile/all-thunderbird.js @@ -91,7 +91,7 @@ pref("app.update.nagTimer.download", 86400); pref("app.update.nagTimer.restart", 1800); // Interval: When all registered timers should be checked (in milliseconds) // 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 // successfully applied. This is off in Firefox by default since we show a