From ae4ecd5d63acfd43ff04a5e8df13dc030e779f07 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Nov 2007 09:40:37 +0100 Subject: [PATCH] new config option: DAEMON_FEED_LIMIT --- config.php-dist | 5 ++++- sanity_check.php | 2 +- update_daemon.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config.php-dist b/config.php-dist index 55c06844..8001513d 100644 --- a/config.php-dist +++ b/config.php-dist @@ -161,7 +161,10 @@ // These two options enable SMTP authentication when sending // digests. Require DIGEST_SMTP_HOST. - define('CONFIG_VERSION', 11); + define('DAEMON_FEED_LIMIT', 100); + // Limits the amount of feeds daemon updates on one run + + define('CONFIG_VERSION', 12); // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file). diff --git a/sanity_check.php b/sanity_check.php index 4e99dc20..a8a91b73 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -1,7 +1,7 @@