Commit 9d154403 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 371727: One week is too long to wait for an update notification - Patch by…

Bug 371727: One week is too long to wait for an update notification - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent c160b0e9
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment