diff --git a/src/poll.rs b/src/poll.rs index 81c6179..329daa5 100644 --- a/src/poll.rs +++ b/src/poll.rs @@ -163,7 +163,7 @@ impl PollWatcher { impl Watcher for PollWatcher { fn new(tx: Sender) -> Result { - PollWatcher::with_delay(tx, 10) + PollWatcher::with_delay(tx, 10_000) } fn watch>(&mut self, path: P, recursive_mode: RecursiveMode) -> Result<()> {