diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-13 15:59:03 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-13 16:01:45 -0500 |
| commit | 1a2e5f41d58c9baecf3ec5958bb69286ffc8c399 (patch) | |
| tree | b3709470c83bcebbc38dd9397cd0bdeb0ab8facf | |
| parent | 234a5ad7123417cc90bbdc7d2bbe298ef4ce8d39 (diff) | |
adjust package cache
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index 1d12089f3..b0f37eeef 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -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) |
