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