]> git.wh0rd.org - tt-rss.git/commitdiff
daemon2: unbreak spawn interval
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 25 Aug 2010 14:20:10 +0000 (18:20 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 25 Aug 2010 14:20:10 +0000 (18:20 +0400)
update_daemon2.php

index 9747d523354e95ee7c6ecde839051d8550090627..d113fc9562f19eb7c0c420dc46f9ac51ed39a845 100755 (executable)
@@ -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')) {