Skip to content

Commit 268d1b4

Browse files
committed
miliseconds
1 parent e45b454 commit 268d1b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Watcher/Find/FindWatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function watch(): WatcherProcess
5757
$this->running = true;
5858

5959
async(function (): void {
60-
delay(10);
60+
delay(.01);
6161

6262
while ($this->running) {
6363
foreach ($this->config->paths() as $path) {

0 commit comments

Comments
 (0)