]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/util/TimeConditions.java
upd: adjust time conditions according to BR requirements
[gigi.git] / src / club / wpia / gigi / util / TimeConditions.java
index 3396881450f7b2fcfaa1eabfa2502d8e17bc213b..bd6751fb935046c228ecfa926f0150a5fff7283b 100644 (file)
@@ -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"));
     }