1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

daemon2: unbreak spawn interval

This commit is contained in:
Andrew Dolgov
2010-08-25 18:20:10 +04:00
parent c90a028cdc
commit 0708291db4

View File

@@ -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')) {