adjust package cache

This commit is contained in:
Luke Pulverenti 2016-01-13 15:59:03 -05:00
parent 234a5ad712
commit 1a2e5f41d5

View file

@ -1301,7 +1301,7 @@ namespace MediaBrowser.Server.Startup.Common
/// <returns>Task{CheckForUpdateResult}.</returns>
public override async Task<CheckForUpdateResult> CheckForApplicationUpdate(CancellationToken cancellationToken, IProgress<double> progress)
{
var cacheLength = TimeSpan.FromHours(12);
var cacheLength = TimeSpan.FromHours(3);
var updateLevel = ConfigurationManager.CommonConfiguration.SystemUpdateLevel;
if (updateLevel == PackageVersionClass.Beta)