There was an error while loading. Please reload this page.
1 parent e45b454 commit 268d1b4Copy full SHA for 268d1b4
1 file changed
src/Watcher/Find/FindWatcher.php
@@ -57,7 +57,7 @@ public function watch(): WatcherProcess
57
$this->running = true;
58
59
async(function (): void {
60
- delay(10);
+ delay(.01);
61
62
while ($this->running) {
63
foreach ($this->config->paths() as $path) {
0 commit comments