This commit is contained in:
2022-09-05 18:14:07 +08:00
parent 6a6f14b7a3
commit ac6c9af6d9
+3 -3
View File
@@ -63,6 +63,9 @@ class Scanner extends BaseProcess
} catch (\Throwable $throwable) {
$this->logger->error($throwable->getMessage(), [$throwable]);
}
if ($this->isReloading) {
$this->timerReload();
}
}
@@ -97,9 +100,6 @@ class Scanner extends BaseProcess
break;
}
}
if ($this->isReloading) {
$this->timerReload();
}
}