diff --git a/update_daemon2.php b/update_daemon2.php
index 193a9c1555e52c66da14262b8235b72e8954a840..f841954cbd7a6115a58f5fd95513a68cc6f4190e 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -18,7 +18,6 @@
 	define_default('MAX_CHILD_RUNTIME', 600); // seconds
 	define_default('MAX_JOBS', 2);
 	define_default('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL); // seconds
-	define_default('DAEMON_FEED_LIMIT', 250);
 
 	require_once "rssfuncs.php";
 	require_once "sanity_check.php";