diff options
-rw-r--r-- | Bugzilla/Update.pm | 2 |
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. |