summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-12 06:06:04 +0100
committerAndrew Dolgov <[email protected]>2006-02-12 06:06:04 +0100
commit085a5a744064efbcd962265b46a8a74ad39051f7 (patch)
treec234294982ddbeaf7ffc1748fdd44dfdbf3490e4 /config.php-dist
parent633d263b04ea20868bc5020bb4251f4a1fa6b13d (diff)
rename UPDATE_SCHEDULER to UPDATE_DAEMON, more update daemon work, update NEWS
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.php-dist b/config.php-dist
index 7028ee01c..eb7e2baa0 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -87,12 +87,12 @@
// It is also recommended to set FEEDS_FRAME_REFRESH to a lower value if using
// this option.
- define('ENABLE_UPDATE_SCHEDULER', false);
+ define('ENABLE_UPDATE_DAEMON', false);
// This enables different mechanism for user-triggered updates designed
// for update daemon running in background on the server.
- // This option _REQUIRES_ DAEMON_REFRESH_ONLY to be enabled and it is
- // suggested to set FEEDS_FRAME_REFRESH to a small value (like 15-30 seconds).
+ // This option suggests FEEDS_FRAME_REFRESH set to a small value
+ // (like 10-15 seconds, depending on number of users and server/bandwidth load).
// vim:ft=php
?>