From 085a5a744064efbcd962265b46a8a74ad39051f7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2006 06:06:04 +0100 Subject: rename UPDATE_SCHEDULER to UPDATE_DAEMON, more update daemon work, update NEWS --- config.php-dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.php-dist') 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 ?> -- cgit v1.2.3