This commit is contained in:
2021-07-05 16:18:02 +08:00
parent cf8b25d7db
commit af3b482c1f
+1
View File
@@ -92,6 +92,7 @@ class ClientsPool extends Component
}
$num[$key] += $channel->length();
var_dump($key);
if (str_starts_with('Mysql', $key)) {
$this->debug('Worker #' . env('worker') . ' use client -> ' . $key . ':' . $total);
}