mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-12 21:26:17 +00:00
update components
This commit is contained in:
@@ -195,7 +195,7 @@ namespace MediaBrowser.Common.Implementations.Updates
|
||||
cacheLength = TimeSpan.FromMinutes(3);
|
||||
break;
|
||||
default:
|
||||
cacheLength = TimeSpan.FromHours(3);
|
||||
cacheLength = TimeSpan.FromHours(24);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user