summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-08-25 18:20:10 +0400
committerAndrew Dolgov <[email protected]>2010-08-25 18:20:10 +0400
commit0708291db408c0fea03e304c203179ebdff9b7f7 (patch)
treec4ebbf6a50164e417fcde4ac2e3397f084890008 /update_daemon2.php
parentc90a028cdc9548a4ef1f6359b53b2c9d96c3a7a8 (diff)
daemon2: unbreak spawn interval
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php2
1 files changed, 0 insertions, 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')) {