改名
This commit is contained in:
@@ -20,7 +20,6 @@ class OnWorkerStart extends Callback
|
|||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Server $server
|
* @param Server $server
|
||||||
* @param int $worker_id
|
* @param int $worker_id
|
||||||
@@ -89,7 +88,7 @@ class OnWorkerStart extends Callback
|
|||||||
$annotation->runtime(CONTROLLER_PATH);
|
$annotation->runtime(CONTROLLER_PATH);
|
||||||
$this->debug('load controller time .' . (microtime(true) - $time));
|
$this->debug('load controller time .' . (microtime(true) - $time));
|
||||||
|
|
||||||
$annotation->runtime(APP_PATH, CONTROLLER_PATH);
|
$annotation->runtime(APP_PATH . 'app', CONTROLLER_PATH);
|
||||||
|
|
||||||
name($server->worker_pid, 'Worker#' . $server->worker_id);
|
name($server->worker_pid, 'Worker#' . $server->worker_id);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user