This commit is contained in:
@@ -228,11 +228,11 @@ namespace rockfishCore.Util
|
|||||||
|
|
||||||
|
|
||||||
//Normal code, uncomment this when done testing expiration dates of perpetual
|
//Normal code, uncomment this when done testing expiration dates of perpetual
|
||||||
// k.MaintenanceExpiration = k.LicenseExpiration = DateTime.UtcNow.AddDays(TRIAL_PERIOD_DAYS);
|
k.MaintenanceExpiration = k.LicenseExpiration = DateTime.UtcNow.AddDays(TRIAL_PERIOD_DAYS);
|
||||||
|
|
||||||
//Testing code for 3 minute long evaluation license in case need to test with a key that expires
|
//Testing code for 3 minute long evaluation license in case need to test with a key that expires
|
||||||
#warning FYI ROCKFISH is SET TO GENERATE A VERY SHORT TEST KEY
|
// #warning FYI ROCKFISH is SET TO GENERATE A VERY SHORT TEST KEY
|
||||||
k.MaintenanceExpiration = k.LicenseExpiration = DateTime.UtcNow.AddMinutes(3); //TEST VALUE FOR DIAGNOSING LICENSE EXPIRATION ISSUES
|
// k.MaintenanceExpiration = k.LicenseExpiration = DateTime.UtcNow.AddMinutes(3); //TEST VALUE FOR DIAGNOSING LICENSE EXPIRATION ISSUES
|
||||||
|
|
||||||
//5k inside staff users will cover huge seeding level easily
|
//5k inside staff users will cover huge seeding level easily
|
||||||
k.Features.Add(new LicenseFeature() { Feature = ACTIVE_INTERNAL_USERS_FEATURE_NAME, Count = 5000 });
|
k.Features.Add(new LicenseFeature() { Feature = ACTIVE_INTERNAL_USERS_FEATURE_NAME, Count = 5000 });
|
||||||
|
|||||||
Reference in New Issue
Block a user