Skip to content

Commit 997d047

Browse files
committed
update pid file name
1 parent 32a5509 commit 997d047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkermanHttpServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private function setRuntime(): void
5151
if (empty($enableWorkermanLog) && $this->isLinux()) {
5252
Worker::$logFile = '/dev/null';
5353
}
54-
Worker::$pidFile = 'runtime/' . uniqid('workerman_', true) . '.pid';
54+
Worker::$pidFile = 'runtime/' . uniqid('microphp_', true) . '.pid';
5555
}
5656

5757
private function isLinux(): bool

0 commit comments

Comments
 (0)