This commit is contained in:
2021-03-02 14:34:23 +08:00
parent a362167e9c
commit 45aa265866
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ class Snowflake
*/
public static function reload(): mixed
{
return Process::kill((int)Snowflake::getMasterPid(), SIGUSR1 | SIGKILL);
return Process::kill((int)Snowflake::getMasterPid(), SIGUSR1);
}