diff --git a/system/Process/PrintIn.php b/system/Process/PrintIn.php deleted file mode 100644 index 4a3fc49b..00000000 --- a/system/Process/PrintIn.php +++ /dev/null @@ -1,20 +0,0 @@ -inotify, [$this, 'check']); Event::wait(); } else { - Timer::tick(1000, [$this, 'tick']); + Timer::tick(10000, [$this, 'tick']); } } public function tick() { + $this->debug('file modify listener.'); + $this->reload(); } /**