Skip to content

Commit f0332e0

Browse files
authored
set DEFAULT_MESSAGE to 8 days (#932)
1 parent e943ad9 commit f0332e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public_html/lists/admin/init.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@
597597
define('MAX_AVATAR_SIZE', 2000);
598598
}
599599
if (!defined('DEFAULT_MESSAGEAGE')) {
600-
define('DEFAULT_MESSAGEAGE', 604800);
601-
} //# 7 days in seconds
600+
define('DEFAULT_MESSAGEAGE', 691200);
601+
} //# 8 days in seconds
602602
if (!defined('ADD_EMAIL_THROTTLE')) {
603603
define('ADD_EMAIL_THROTTLE', 1);
604604
} //# seconds between addemail ajax requests

0 commit comments

Comments
 (0)