Skip to content
Snippets Groups Projects
Commit 867fb07c authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

daemon: remove feed limit (unused)

parent 0e6bdaef
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
define_default('MAX_CHILD_RUNTIME', 600); // seconds define_default('MAX_CHILD_RUNTIME', 600); // seconds
define_default('MAX_JOBS', 2); define_default('MAX_JOBS', 2);
define_default('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL); // seconds define_default('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL); // seconds
define_default('DAEMON_FEED_LIMIT', 250);
require_once "rssfuncs.php"; require_once "rssfuncs.php";
require_once "sanity_check.php"; require_once "sanity_check.php";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment