aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Updates
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-01 15:41:35 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-01 15:41:35 -0400
commit37683565e71fc132dd7aaf77d4418afd4ea5f643 (patch)
treeb45337e83829d314d60f4ed6e8edd97dd2bf41e5 /MediaBrowser.Common.Implementations/Updates
parent20d35a640570eab1a47e4bd8c156f1e8aeb7db2d (diff)
added new channel settings
Diffstat (limited to 'MediaBrowser.Common.Implementations/Updates')
-rw-r--r--MediaBrowser.Common.Implementations/Updates/InstallationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs
index e4ea186bd..895c43076 100644
--- a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs
+++ b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs
@@ -170,7 +170,7 @@ namespace MediaBrowser.Common.Implementations.Updates
// Let dev users get results more often for testing purposes
var cacheLength = _config.CommonConfiguration.SystemUpdateLevel == PackageVersionClass.Dev
? TimeSpan.FromMinutes(3)
- : TimeSpan.FromHours(4);
+ : TimeSpan.FromHours(6);
if ((DateTime.UtcNow - _lastPackageListResult.Item2) < cacheLength)
{