diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-22 10:33:14 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-22 10:33:14 -0500 |
| commit | 16203c52b4855b8474d5393ceebe1b7d85ce37fc (patch) | |
| tree | cc8c059fd0aee1d9f13a24d8cb0bedcbcc7e8d06 /MediaBrowser.Common.Implementations/Updates/InstallationManager.cs | |
| parent | ae63a3c2f79599bae9c82cf5f755a5641a5921ae (diff) | |
Added specialized episodes endpoint, updated nuget.
Diffstat (limited to 'MediaBrowser.Common.Implementations/Updates/InstallationManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Updates/InstallationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs index 56641296f..0581343d3 100644 --- a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs +++ b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs @@ -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.FromMinutes(15) + ? TimeSpan.FromMinutes(5) : TimeSpan.FromHours(12); if ((DateTime.UtcNow - _lastPackageListResult.Item2) < cacheLength) |
