1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

Quicker response to file changes

This commit is contained in:
mo8it 2024-04-25 03:28:44 +02:00
parent d26f47dddd
commit 428998a4cf

View File

@ -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,