mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-26 20:16:33 +00:00
added new channel settings
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user