mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
update translations
This commit is contained in:
@@ -190,7 +190,7 @@ namespace MediaBrowser.Common.Implementations.Security
|
||||
//check the reg file first to alleviate strain on the MB admin server - must actually check in every 30 days tho
|
||||
var reg = new RegRecord
|
||||
{
|
||||
registered = LicenseFile.LastChecked(feature) > DateTime.UtcNow.AddDays(-7)
|
||||
registered = LicenseFile.LastChecked(feature) > DateTime.UtcNow.AddDays(-3)
|
||||
};
|
||||
|
||||
var success = reg.registered;
|
||||
|
||||
@@ -193,7 +193,7 @@ namespace MediaBrowser.Common.Implementations.Updates
|
||||
cacheLength = TimeSpan.FromMinutes(3);
|
||||
break;
|
||||
default:
|
||||
cacheLength = TimeSpan.FromHours(6);
|
||||
cacheLength = TimeSpan.FromHours(3);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user