]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 371727: One week is too long to wait for an update notification - Patch by FrÃ...
authorlpsolit%gmail.com <>
Sat, 7 Apr 2007 06:08:35 +0000 (06:08 +0000)
committerlpsolit%gmail.com <>
Sat, 7 Apr 2007 06:08:35 +0000 (06:08 +0000)
Bugzilla/Update.pm

index 2bfd959c92edc3f1ee075bc1f3a6c6a453e45287..e5d4f86f90eb2416c95fd4e435ea11c447559ff2 100644 (file)
@@ -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.