Updated ping command to explicitly use sync when dispatching job (#16346)

This commit is contained in:
eskyuu 2024-09-03 09:45:57 +08:00 committed by GitHub
parent b096ff86fc
commit 0cbf37ef86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,4 +33,4 @@ if (isset($options['g'])) {
$groups = []; $groups = [];
} }
PingCheck::dispatch($groups); PingCheck::dispatchSync($groups);