Skip to content

Commit

Permalink
Decrease DEBOUNCE_SEC to 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Nov 14, 2020
1 parent 63ae3e8 commit 3f218a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use crate::listener;
#[cfg(feature = "webhooks")]
use crate::webhooks::WebHookNotifier;

const DEBOUNCE_SEC: u64 = 7;
const DEBOUNCE_SEC: u64 = 2;

pub struct App {
config: Config,
Expand Down

0 comments on commit 3f218a1

Please sign in to comment.