mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 11:14:47 +03: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