X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=src%2Fclub%2Fwpia%2Fgigi%2Futil%2FTimeConditions.java;h=bd6751fb935046c228ecfa926f0150a5fff7283b;hp=3396881450f7b2fcfaa1eabfa2502d8e17bc213b;hb=58a9eb8c4bf6401f7c19280820bb116c5d1c046c;hpb=4d470f2ddfea4d5da4d0b55e5c1ef9fa2e8a02b7 diff --git a/src/club/wpia/gigi/util/TimeConditions.java b/src/club/wpia/gigi/util/TimeConditions.java index 33968814..bd6751fb 100644 --- a/src/club/wpia/gigi/util/TimeConditions.java +++ b/src/club/wpia/gigi/util/TimeConditions.java @@ -21,7 +21,7 @@ public class TimeConditions { private TimeConditions(Properties ppts) { testValidMonths = Integer.parseInt(ppts.getProperty("time.testValidMonths", "12")); reverificationDays = Integer.parseInt(ppts.getProperty("time.reverificationDays", "90")); - verificationFreshMonths = Integer.parseInt(ppts.getProperty("time.verificationFreshMonths", "39")); + verificationFreshMonths = Integer.parseInt(ppts.getProperty("time.verificationFreshMonths", "27")); verificationMaxAgeMonths = Integer.parseInt(ppts.getProperty("time.verificationMaxAgeMonths", "24")); emailPingMonths = Integer.parseInt(ppts.getProperty("time.emailPingMonths", "6")); }