From a9146b09fd32464d5c3aab07428722a8656d7503 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 28 Feb 2021 14:34:28 +0800 Subject: [PATCH] modify --- System/Snowflake.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Snowflake.php b/System/Snowflake.php index f7027bb8..09c9b3de 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -394,7 +394,7 @@ class Snowflake public static function reload(): mixed { $pid = Snowflake::app()->getSwoole()->master_pid; - return Process::kill($pid, SIGUSR1 & SIGUSR2); + return Process::kill($pid, SIGUSR1); return Snowflake::app()->getSwoole()->reload(); }