From 9d15440368b31f5e2957c26c19e7449b837ac479 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 7 Apr 2007 06:07:11 +0000 Subject: Bug 371727: One week is too long to wait for an update notification - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Update.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Update.pm') 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. -- cgit v1.2.3-24-g4f1b