From 51ff8ad38628e338d6855d722c9d3eb5708610c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 27 Apr 2021 15:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Pool/Connection.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index d6fe9b4a..64849c98 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -179,7 +179,7 @@ class Connection extends Pool */ public function printClients($cds, $coroutineName, $isBefore = false) { - $this->success('create client connect ' . $cds); +// $this->success('create client connect ' . $cds); } @@ -195,7 +195,7 @@ class Connection extends Pool return; } - $this->error('Worker ' . env('worker') . ' recover db client ' . $coroutineName . ' length ' . $this->size($coroutineName)); +// $this->error('Worker ' . env('worker') . ' recover db client ' . $coroutineName . ' length ' . $this->size($coroutineName)); /** @var PDO $client */ $client = Context::getContext($coroutineName);