From: Andrew Dolgov Date: Wed, 25 Aug 2010 14:20:10 +0000 (+0400) Subject: daemon2: unbreak spawn interval X-Git-Tag: 1.4.3-proper~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0708291db408c0fea03e304c203179ebdff9b7f7;p=tt-rss.git daemon2: unbreak spawn interval --- diff --git a/update_daemon2.php b/update_daemon2.php index 9747d523..d113fc95 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -23,8 +23,6 @@ require_once "config.php"; define('MAX_JOBS', 2); - define('SPAWN_INTERVAL', 1); - define('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL); if (!function_exists('pcntl_fork')) {