From: Andrew Dolgov Date: Wed, 24 Apr 2013 09:54:04 +0000 (+0400) Subject: daemon: remove feed limit (unused) X-Git-Tag: 1.7.9~25^2~99^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=867fb07c39bbabf0a9f9d56fca62ee6a23fbfe7e;p=tt-rss.git daemon: remove feed limit (unused) --- diff --git a/update_daemon2.php b/update_daemon2.php index 193a9c15..f841954c 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";