This commit is contained in:
as2252258@163.com
2021-02-27 02:49:36 +08:00
parent f0703e6eda
commit f6ac72386b
+1 -1
View File
@@ -388,7 +388,7 @@ class Snowflake
*/ */
public static function reload(): mixed public static function reload(): mixed
{ {
return Process::kill((int)Snowflake::getMasterPid(), SIGUSR1); return Process::kill((int)Snowflake::getMasterPid());
} }