change trial period to 14 days

This commit is contained in:
abhishek9686 2024-01-24 19:09:33 +05:30
parent 5f203834f1
commit 7a36b939e4

View file

@ -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,