daemon2: unbreak spawn interval
This commit is contained in:
parent
c90a028cdc
commit
0708291db4
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@
|
||||||
require_once "config.php";
|
require_once "config.php";
|
||||||
|
|
||||||
define('MAX_JOBS', 2);
|
define('MAX_JOBS', 2);
|
||||||
define('SPAWN_INTERVAL', 1);
|
|
||||||
|
|
||||||
define('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL);
|
define('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL);
|
||||||
|
|
||||||
if (!function_exists('pcntl_fork')) {
|
if (!function_exists('pcntl_fork')) {
|
||||||
|
|
Loading…
Reference in a new issue