This commit is contained in:
2020-09-03 01:57:10 +08:00
parent 3152d14f0d
commit 274332207b
+1 -1
View File
@@ -48,7 +48,7 @@ class ServerInotify extends Process
Event::wait();
} else {
$this->loadByDir(APP_PATH . 'app');
Timer::tick(1000, [$this, 'tick']);
Timer::tick(2000, [$this, 'tick']);
}
}