diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 2d5ce32b..98cf8478 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -174,7 +174,7 @@ abstract class Pool extends Component } $connection = $this->_items[$name]->pop(0.01); if (microtime(true) - $time >= 0.007) { - $this->warning('get client use time ' . (microtime(true) - $time)); + $this->warning('Worker #' . env('worker') . ' get client use time ' . (microtime(true) - $time)); } if (!$this->checkCanUse($name, $connection)) { return $this->createClient($name, $callback);