Skip to content

Commit

Permalink
mouse_move_interval_ms defaults to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
galister committed Nov 23, 2024
1 parent 2c31d57 commit 54737b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pub fn def_pw_tokens() -> PwTokenMap {
}

fn def_mouse_move_interval_ms() -> u32 {
14 // ~72fps
10 // 100fps
}

fn def_click_freeze_time_ms() -> u32 {
Expand Down

0 comments on commit 54737b0

Please sign in to comment.