Skip to content

Commit 0489d55

Browse files
committed
change to use the overlap duration for the sleep timer
1 parent 5a91352 commit 0489d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ impl IdleApp {
144144
}
145145
}
146146
}
147-
sleep(Duration::from_millis(5000));
147+
sleep(Duration::from_secs(OVERLAP_DURATION));
148148
}
149149
}
150150

0 commit comments

Comments
 (0)