From f6ac72386b0b7b7711945ffa956a0565a8bc6e91 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sat, 27 Feb 2021 02:49:36 +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 b1d6243d..5d214b3c 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -388,7 +388,7 @@ class Snowflake */ public static function reload(): mixed { - return Process::kill((int)Snowflake::getMasterPid(), SIGUSR1); + return Process::kill((int)Snowflake::getMasterPid()); }