adjust package cache
This commit is contained in:
parent
befadd9d32
commit
c240333ac4
|
@ -1310,7 +1310,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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user