@ -25,7 +25,7 @@ global $config;
// bussinessWorker 进程
$worker = new BusinessWorker();
// worker名称
$worker->name = 'YourAppBusinessWorker';
$worker->name = $config['name'] . 'Business';
// bussinessWorker进程数量
$worker->count = 1;
// 服务注册地址