1
This commit is contained in:
@@ -51,9 +51,10 @@ class Inotify
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 开始监听
|
* 开始监听
|
||||||
*/
|
* @throws Exception
|
||||||
|
*/
|
||||||
public function check()
|
public function check()
|
||||||
{
|
{
|
||||||
if (!($events = inotify_read($this->inotify))) {
|
if (!($events = inotify_read($this->inotify))) {
|
||||||
@@ -75,7 +76,10 @@ class Inotify
|
|||||||
if ($this->process->int !== -1) {
|
if ($this->process->int !== -1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$this->process->int = @swoole_timer_after(2000, [$this, 'reload']);
|
|
||||||
|
usleep(200);
|
||||||
|
|
||||||
|
$this->reload();
|
||||||
|
|
||||||
$this->process->isReloading = true;
|
$this->process->isReloading = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user