From 698281aee69485bd125f8f4251656b9401a8710f Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 28 Feb 2021 17:50:38 +0800 Subject: [PATCH] modify --- System/Snowflake.php | 1 - 1 file changed, 1 deletion(-) 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(); }