From 0708291db408c0fea03e304c203179ebdff9b7f7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 25 Aug 2010 18:20:10 +0400 Subject: [PATCH] daemon2: unbreak spawn interval --- update_daemon2.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/update_daemon2.php b/update_daemon2.php index 9747d5233..d113fc956 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')) {