Browse Source

change trial period to 14 days

abhishek9686 1 year ago
parent
commit
7a36b939e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pro/trial.go

+ 1 - 1
pro/trial.go

@@ -70,7 +70,7 @@ func initTrial() error {
 	}
 	trialDates := TrialDates{
 		TrialStartedAt: time.Now(),
-		TrialEndsAt:    time.Now().Add(time.Hour * 24 * 30),
+		TrialEndsAt:    time.Now().Add(time.Hour * 24 * 14),
 	}
 	t := TrialInfo{
 		PrivKey: tPriv,