diff --git a/util/RavenKeyFactory.cs b/util/RavenKeyFactory.cs index 18cf5b7..4a46f5d 100644 --- a/util/RavenKeyFactory.cs +++ b/util/RavenKeyFactory.cs @@ -225,7 +225,7 @@ namespace rockfishCore.Util if (Perpetual) { //trial period time limit - k.MaintenanceExpiration = k.LicenseExpiration = DateTime.UtcNow.AddDays(TRIAL_PERIOD_DAYS); + k.MaintenanceExpiration = k.LicenseExpiration = DateTime.UtcNow.AddDays(TRIAL_PERIOD_DAYS); //NOTE: this preserves the current time, should it be set to midnight or something? //5k inside staff users will cover huge seeding level easily k.Features.Add(new LicenseFeature() { Feature = ACTIVE_INTERNAL_USERS_FEATURE_NAME, Count = 5000 }); } @@ -233,7 +233,7 @@ namespace rockfishCore.Util { //SUBSCRIPTION //trial period time limit - k.MaintenanceExpiration = k.LicenseExpiration = DateTime.UtcNow.AddDays(TRIAL_PERIOD_DAYS); + k.MaintenanceExpiration = k.LicenseExpiration = DateTime.UtcNow.AddDays(TRIAL_PERIOD_DAYS);//NOTE: this preserves the current time, should it be set to midnight or something? //20k customer contacts will cover huge seeding level easily //5k inside staff users will cover huge seeding level easily