From 9d15440368b31f5e2957c26c19e7449b837ac479 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 7 Apr 2007 06:07:11 +0000 Subject: [PATCH] =?utf8?q?Bug=20371727:=20One=20week=20is=20too=20long=20t?= =?utf8?q?o=20wait=20for=20an=20update=20notification=20-=20Patch=20by=20F?= =?utf8?q?r=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r?= =?utf8?q?/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Bugzilla/Update.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Update.pm b/Bugzilla/Update.pm index 2bfd959c92..e5d4f86f90 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. -- 2.47.3