| 20 |
$BBS_session_lifetime = 60 * 60 * 24 * 7; |
$BBS_session_lifetime = 60 * 60 * 24 * 7; |
| 21 |
$BBS_user_off_line = 60 * 15; |
$BBS_user_off_line = 60 * 15; |
| 22 |
$BBS_keep_alive_interval = 60; |
$BBS_keep_alive_interval = 60; |
| 23 |
$BBS_check_msg_interval = 60; |
$BBS_check_msg_interval = 30; |
| 24 |
|
|
| 25 |
$BBS_rpp_options = array( |
$BBS_rpp_options = array( |
| 26 |
10, |
10, |
| 76 |
); |
); |
| 77 |
|
|
| 78 |
$BBS_user_purge_duration = 365; |
$BBS_user_purge_duration = 365; |
| 79 |
|
$BBS_article_purge_duration = 180; |
| 80 |
$BBS_normal_log_retention = 60; |
$BBS_normal_log_retention = 60; |
| 81 |
$BBS_critical_log_retention = 365; |
$BBS_critical_log_retention = 365; |
| 82 |
$BBS_user_msg_retention = 60; |
$BBS_user_msg_retention = 60; |