daemon: remove feed limit (unused)

This commit is contained in:
Andrew Dolgov 2013-04-24 13:54:04 +04:00
parent 0e6bdaeff0
commit 867fb07c39
1 changed files with 0 additions and 1 deletions

View File

@ -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";