1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:05:55 +00:00

daemon: remove feed limit (unused)

This commit is contained in:
Andrew Dolgov
2013-04-24 13:54:04 +04:00
parent 0e6bdaeff0
commit 867fb07c39

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