update service text in wizard

This commit is contained in:
Luke Pulverenti
2013-10-07 14:22:31 -04:00
parent a0df73b21d
commit a90908f0f7
2 changed files with 25 additions and 13 deletions

View File

@@ -168,7 +168,7 @@ namespace MediaBrowser.Common.Implementations.Updates
{
// Let dev users get results more often for testing purposes
var cacheLength = _config.CommonConfiguration.SystemUpdateLevel == PackageVersionClass.Dev
? TimeSpan.FromHours(1)
? TimeSpan.FromMinutes(15)
: TimeSpan.FromHours(12);
if ((DateTime.UtcNow - _lastPackageListResult.Item2) < cacheLength)