modify
This commit is contained in:
@@ -21,7 +21,8 @@ use Swoole\Server;
|
|||||||
class OnWorkerStart extends Callback
|
class OnWorkerStart extends Callback
|
||||||
{
|
{
|
||||||
|
|
||||||
private int $signal = SIGTERM | SIGKILL | SIGUSR2 | SIGUSR1;
|
private int $signal = SIGUSR1;
|
||||||
|
// private int $signal = SIGTERM | SIGKILL | SIGUSR2 | SIGUSR1;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user