فهرست منبع

adjust package cache

Luke Pulverenti 9 سال پیش
والد
کامیت
1a2e5f41d5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      MediaBrowser.Server.Startup.Common/ApplicationHost.cs

+ 1 - 1
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)