This commit is contained in:
2021-04-19 14:40:20 +08:00
parent 1bcb21ad9a
commit 399dcb1240
+3
View File
@@ -226,6 +226,9 @@ class ServerInotify extends Process
*/
public function trigger_reload()
{
logger()->debug('server reload.');
exec(PHP_BINARY . ' snowflake runtime:builder');
Snowflake::reload();