Skip to content

Commit

Permalink
Actually 3/min sounds better than 4/min
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Apr 5, 2005
1 parent 2a38a6b commit 05753d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions message/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
define ('MESSAGE_SHORTLENGTH', 300);
define ('MESSAGE_WINDOW', true); // We are in a message window (so don't pop up a new one!)

if (!isset($CFG->message_contacts_refresh)) { // Refresh the contacts list every 30 seconds
if (!isset($CFG->message_contacts_refresh)) { // Refresh the contacts list every 60 seconds
$CFG->message_contacts_refresh = 60;
}
if (!isset($CFG->message_chat_refresh)) { // Look for new comments every 5 seconds
$CFG->message_chat_refresh = 15;
if (!isset($CFG->message_chat_refresh)) { // Look for new comments every 20 seconds
$CFG->message_chat_refresh = 20;
}
if (!isset($CFG->message_offline_time)) {
$CFG->message_offline_time = 300;
Expand Down

0 comments on commit 05753d2

Please sign in to comment.