summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-12 14:50:49 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-12 14:50:49 +0100
commitf226549d4f8f258deca9e165ef857252b79d2ee0 (patch)
treebad464a81324dfa1272551670a7d561e618a8723 /config
parenta95687cfe8ede73033912848d445bb63257d850a (diff)
Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 64312b6a9..1b7ae5a54 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -498,8 +498,8 @@ $rcmail_config['recipients_separator'] = ',';
// don't let users set pagesize to more than this value if set
$rcmail_config['max_pagesize'] = 200;
-// Minimal value of user's 'keep_alive' setting (in seconds)
-$rcmail_config['min_keep_alive'] = 60;
+// Minimal value of user's 'refresh_interval' setting (in seconds)
+$rcmail_config['min_refresh_interval'] = 60;
// Enables files upload indicator. Requires APC installed and enabled apc.rfc1867 option.
// By default refresh time is set to 1 second. You can set this value to true
@@ -781,7 +781,7 @@ $rcmail_config['flag_for_deletion'] = false;
// Default interval for auto-refresh requests (in seconds)
// These are requests for system state updates e.g. checking for new messages, etc.
// Setting it to 0 disables the feature.
-$rcmail_config['keep_alive'] = 60;
+$rcmail_config['refresh_interval'] = 60;
// If true all folders will be checked for recent messages
$rcmail_config['check_all_folders'] = false;