summaryrefslogtreecommitdiff
path: root/src/watch.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-25 15:22:11 +0200
committermo8it <mo8it@proton.me>2024-04-25 15:22:11 +0200
commitc7c8d9968040d7df438fa33b32d9495415f751d2 (patch)
tree10a0df192a6509e010b0144b4ad21c2505adee9b /src/watch.rs
parentc1d28b502eb88aa06acf196ff055f285a8482132 (diff)
Moar responsive :P
Diffstat (limited to 'src/watch.rs')
-rw-r--r--src/watch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watch.rs b/src/watch.rs
index 2f4409a..5c3f170 100644
--- a/src/watch.rs
+++ b/src/watch.rs
@@ -51,7 +51,7 @@ pub fn watch(
// Otherwise, the file watcher exits.
let _debouncer_guard = if let Some(exercise_names) = notify_exercise_names {
let mut debouncer = new_debouncer(
- Duration::from_millis(500),
+ Duration::from_millis(200),
DebounceEventHandler {
tx: tx.clone(),
exercise_names,