Polish 5 (#3579)
This commit is contained in:
parent
78a98d0d18
commit
5af851af08
9 changed files with 264 additions and 117 deletions
|
@ -44,7 +44,10 @@ public class LicenseService(
|
|||
{
|
||||
private readonly TimeSpan _licenseCacheTimeout = TimeSpan.FromHours(8);
|
||||
public const string Cron = "0 */9 * * *";
|
||||
private const string CacheKey = "license";
|
||||
/// <summary>
|
||||
/// Cache key for if license is valid or not
|
||||
/// </summary>
|
||||
public const string CacheKey = "license";
|
||||
private const string LicenseInfoCacheKey = "license-info";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue