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()); }