diff --git a/System/Snowflake.php b/System/Snowflake.php index dcf39dd1..b5655475 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -398,7 +398,6 @@ class Snowflake var_dump(Snowflake::getMasterPid()); return Process::kill((int)Snowflake::getMasterPid(), SIGUSR1); -// return Snowflake::app()->getSwoole()->reload(); }