This commit is contained in:
xl
2024-09-04 11:52:08 +08:00
parent e1841d908b
commit eaed9020db
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class OnServerWorker extends Kiri\Server\Abstracts\Server
*/
protected function processName(Server $server, string $prefix): void
{
Kiri::setProcessName(sprintf($prefix . ' Process[%d]', $server->worker_pid));
Kiri::setProcessName(sprintf($prefix . '[%d]', $server->worker_pid));
}