Skip to content

Commit

Permalink
Quicker response to file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it committed Apr 25, 2024
1 parent d26f47d commit 428998a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub fn watch(
// Otherwise, the file watcher exits.
let _debouncer_guard = if let Some(exercise_paths) = notify_exercise_paths {
let mut debouncer = new_debouncer(
Duration::from_secs(1),
Duration::from_millis(500),
DebounceEventHandler {
tx: tx.clone(),
exercise_paths,
Expand Down

0 comments on commit 428998a

Please sign in to comment.