This commit is contained in:
2021-11-19 12:28:08 +08:00
parent 95492e2863
commit 0a52bd502b
+1 -1
View File
@@ -79,7 +79,7 @@ class Inotify
if ($this->process->int !== -1) { if ($this->process->int !== -1) {
return; return;
} }
usleep(200); usleep(2000);
$this->reload(); $this->reload();
} }
} }