This commit is contained in:
as2252258@163.com
2021-04-20 00:28:30 +08:00
parent 91de982def
commit 118297271a
+1 -1
View File
@@ -91,7 +91,7 @@ class OnWorkerStart extends Callback
$time = microtime(true);
$annotation->runtime(CONTROLLER_PATH);
$this->debug('use time.' . microtime(true) - $time);
$this->debug('use time.' . (microtime(true) - $time));
$annotation->runtime(directory('app'), CONTROLLER_PATH);
Snowflake::setWorkerId($server->worker_pid);