改名
This commit is contained in:
@@ -73,13 +73,10 @@ class ServerInotify extends Process
|
||||
$this->loadByDir(APP_PATH . 'routes', true);
|
||||
$this->loadByDir(__DIR__ . '/../../', true);
|
||||
|
||||
Coroutine::sleep(3);
|
||||
|
||||
$this->tick();
|
||||
Timer::after(2000, [$this, 'tick']);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @param $path
|
||||
* @param bool $isReload
|
||||
@@ -103,7 +100,6 @@ class ServerInotify extends Process
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @param $value
|
||||
* @param $isReload
|
||||
|
||||
Reference in New Issue
Block a user