mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Actually 3/min sounds better than 4/min
This commit is contained in:
parent
2a38a6beb8
commit
05753d2b87
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user