summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Update.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-04-07 08:07:11 +0200
committerlpsolit%gmail.com <>2007-04-07 08:07:11 +0200
commit9d15440368b31f5e2957c26c19e7449b837ac479 (patch)
tree09da389f48d1840c1734ac05b412683405977bac /Bugzilla/Update.pm
parentc160b0e9ecaf563a18286c29e9118fa256088ce6 (diff)
downloadbugzilla-9d15440368b31f5e2957c26c19e7449b837ac479.tar.gz
bugzilla-9d15440368b31f5e2957c26c19e7449b837ac479.tar.xz
Bug 371727: One week is too long to wait for an update notification - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'Bugzilla/Update.pm')
-rw-r--r--Bugzilla/Update.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Update.pm b/Bugzilla/Update.pm
index 2bfd959c9..e5d4f86f9 100644
--- a/Bugzilla/Update.pm
+++ b/Bugzilla/Update.pm
@@ -22,7 +22,7 @@ use Bugzilla::Constants;
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
use constant LOCAL_FILE => "/bugzilla-update.xml"; # Relative to datadir.
-use constant TIME_INTERVAL => 604800; # Default is one week, in seconds.
+use constant TIME_INTERVAL => 86400; # Default is one day, in seconds.
use constant TIMEOUT => 5; # Number of seconds before timeout.
# Look for new releases and notify logged in administrators about them.