This commit is contained in:
2021-03-02 18:53:27 +08:00
parent bd2f7b72a0
commit ea7e8d06f3
+1
View File
@@ -23,6 +23,7 @@ use Swoole\Timer;
class OnWorkerStart extends Callback
{
/** @var int 重启信号 */
private int $signal = SIGUSR1 | SIGKILL | SIGKILL;