改名
This commit is contained in:
@@ -85,10 +85,10 @@ class OnWorkerStart extends Callback
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$time = microtime(true);
|
$time = microtime(true);
|
||||||
$annotation->runtime(CONTROLLER_PATH);
|
$annotation->runtime(directory('app'));
|
||||||
$this->debug('load controller time .' . (microtime(true) - $time));
|
$this->debug('load controller time .' . (microtime(true) - $time));
|
||||||
|
|
||||||
$annotation->runtime(directory('app'), CONTROLLER_PATH);
|
// $annotation->runtime(directory('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