diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-08 21:15:31 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-08 21:15:31 -0400 |
| commit | a2dc5e090bac15ee2dd7c83281aa9fada1f74734 (patch) | |
| tree | 5f6da5aa9c9faed8a4c0ff05d504043adad3efc3 /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | |
| parent | 09bffa1b560f2d9e43735f3c6de881e17b2c245f (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs index 6e4b57076..4d693e40c 100644 --- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs +++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs @@ -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; |
