Skip to content

Commit 15d51ca

Browse files
authored
Reduce default debounce interval to 0.1s (#378)
1 parent 9fdd496 commit 15d51ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pub struct WatchOpts {
142142
// arguments? I have no clue!
143143
#[arg(
144144
long,
145-
default_value = "500ms",
145+
default_value = "100ms",
146146
value_name = "DURATION",
147147
value_parser = crate::clap::DurationValueParser::default(),
148148
)]

0 commit comments

Comments
 (0)